MCPcopy Create free account

hub / github.com/RolnickLab/climart / types & classes

Types & classes54 in github.com/RolnickLab/climart

↓ 7 callersClassClimART_HdF5_Dataset
Class for working with multiple HDF5 datasets
climart/data_loading/h5_dataset.py:25
↓ 6 callersClassMLP
climart/models/modules/mlp.py:12
↓ 4 callersClassIdentityTransform
climart/data_transform/transforms.py:61
↓ 3 callersClassGAP
climart/models/modules/additional_layers.py:46
↓ 2 callersClassGraphNetBlock
climart/models/GraphNet/graph_network_block.py:15
↓ 2 callersClassMinMax_Normalizer
climart/data_transform/normalization.py:93
↓ 2 callersClassSE_Block
climart/models/modules/additional_layers.py:55
↓ 2 callersClassZ_Normalizer
climart/data_transform/normalization.py:73
↓ 1 callersClassFeatureProjector
climart/models/modules/additional_layers.py:73
↓ 1 callersClassLogNormalizer
climart/data_transform/normalization.py:122
↓ 1 callersClassLogZ_Normalizer
climart/data_transform/normalization.py:135
↓ 1 callersClassMLP_Block
climart/models/modules/mlp.py:71
↓ 1 callersClassMinMax_LogNormalizer
climart/data_transform/normalization.py:164
↓ 1 callersClassMultiscale_Module
climart/models/modules/additional_layers.py:12
↓ 1 callersClassNormalizationMethod
climart/data_transform/normalization.py:33
↓ 1 callersClassPredictionPostProcessCallback
climart/utils/callbacks.py:41
↓ 1 callersClassSW_rcs
Inputs: 7 (Temp, Pres, and Gasesous concentrations) as inputs, SW takes lesser gases than LW Outputs: 224 (g-points SW rayleigh cross section
climart/models/baseline.py:76
ClassAbstractGraphTransform
climart/data_transform/transforms.py:122
ClassAbstractTransform
climart/data_transform/transforms.py:15
ClassAggregationTypes
climart/models/GraphNet/constants.py:15
ClassAllAreNodesTransforms
climart/data_transform/transforms.py:188
ClassBaseModel
This is a template class, that should be inherited by any neural net emulator model. Methods that need to be implemented by your concrete NN
climart/models/base_model.py:23
ClassCNN_Multiscale
climart/models/CNNs/CNN.py:87
ClassCNN_Net
climart/models/CNNs/CNN.py:15
ClassClimartDataModule
---------------------------------------------------------------------------------------------------------- A DataModule implements 5 key meth
climart/datamodules/pl_climart_datamodule.py:18
ClassClimartMLP
climart/models/MLP.py:13
ClassColumnPreprocesser
climart/data_transform/transforms.py:357
ClassDuplicateFeaturesTransform
Duplicate global features at all layers
climart/data_transform/transforms.py:211
ClassEdgesAndNodesTransforms
climart/data_transform/transforms.py:202
ClassFlattenTransform
Flattens a dict with array's as values into a 1D vector (or 2D with batch dimension)
climart/data_transform/transforms.py:73
ClassGN_withReadout
climart/models/GraphNet/graph_network.py:103
ClassGraphNetwork
climart/models/GraphNet/graph_network.py:14
ClassLW_abs
Inputs: 18 (Temp, Pres, and Gasesous concentrations) as inputs Outputs: 256 (g-points LW absorption cross section)
climart/models/baseline.py:6
ClassLW_ems
Inputs: 18 (Temp, Pres, and Gasesous concentrations) as inputs Outputs: 256 (g-points LW emission)
climart/models/baseline.py:29
ClassLayerEdgesAndLevelNodesGraph
graph_net_level_nodes: gn_input_dict_renamer_level_nodes
climart/data_transform/transforms.py:311
ClassLevelEdgesAndLayerNodesGraph
graph_net_layer_nodes: gn_input_dict_renamer_layer_nodes
climart/data_transform/transforms.py:334
ClassNormalizer
climart/data_transform/normalization.py:212
ClassOnlyLayersAreNodesTransforms
climart/data_transform/transforms.py:174
ClassOnlyLevelsAreNodesTransforms
climart/data_transform/transforms.py:181
ClassPadTransform
Padding all var types to have same #features
climart/data_transform/transforms.py:279
ClassPredictorHeads
Module to predict (with one or more MLPs) desired output based on a 1D hidden representation. Can be used to: - readout a hidden vect
climart/models/modules/additional_layers.py:132
ClassRT_HdF5_FastSingleDataset
climart/data_loading/h5_dataset.py:325
ClassRT_HdF5_FastSingleDatasetTwo
climart/data_loading/h5_dataset.py:279
ClassRT_HdF5_SingleDataset
climart/data_loading/h5_dataset.py:155
ClassRepeatGlobalsTransform
c - spatial dimension f - feature dimension b - batch dimension
climart/data_transform/transforms.py:89
ClassRollingCmaps
climart/utils/plotting.py:73
ClassRollingLineFormats
climart/utils/plotting.py:91
ClassSW_abs
Inputs: 7 (Temp, Pres, and Gasesous concentrations) as inputs, SW takes lesser gases than LW Outputs: 224 (g-points SW absorption cross secti
climart/models/baseline.py:52
ClassSummarizeBestValMetric
Make wandb log in run.summary the best achieved monitored val_metric as opposed to the last
climart/utils/wandb_callbacks.py:53
ClassTestingScheduleCallback
climart/utils/callbacks.py:6
ClassUploadBestCheckpointAsFile
Upload checkpoints to wandb as a file, at the end of run.
climart/utils/wandb_callbacks.py:109
ClassUploadCheckpointsAsArtifact
Upload checkpoints to wandb as an artifact, at the end of run.
climart/utils/wandb_callbacks.py:133
ClassUploadCodeAsArtifact
Upload all code files to wandb as an artifact, at the beginning of the run.
climart/utils/wandb_callbacks.py:63
ClassWatchModel
Make wandb watch model at the beginning of the run.
climart/utils/wandb_callbacks.py:34