CASBI.utils.CNN#
Module Contents#
Classes#
This class defines the CNN architecture for the embedding network. The CNN is used to extract the features from the chemical abundance histograms of entire galaxy halos. |
|
This class defines the CNN architecture for the embedding network. The CNN is used to extract the features from the chemical abundance histograms of single dwarf galaxy subhalos. |
API#
- class CASBI.utils.CNN.ConvNet_halo(output_dim)[source]#
Bases:
torch.nn.ModuleThis class defines the CNN architecture for the embedding network. The CNN is used to extract the features from the chemical abundance histograms of entire galaxy halos.
Initialization
Initialize internal Module state, shared by both nn.Module and ScriptModule.
- class CASBI.utils.CNN.ConvNet_subhalo(output_dim)[source]#
Bases:
torch.nn.ModuleThis class defines the CNN architecture for the embedding network. The CNN is used to extract the features from the chemical abundance histograms of single dwarf galaxy subhalos.
Initialization
Initialize internal Module state, shared by both nn.Module and ScriptModule.