MCPcopy Create free account

hub / github.com/callous-youth/BOML / types & classes

Types & classes33 in github.com/callous-youth/BOML

↓ 8 callersClassBatchQueueMock
test_script/script_helper.py:802
↓ 3 callersClassBOMLNetMetaFeatV1
boml/setup_model/meta_feat_v1.py:37
↓ 3 callersClassBOMLNetMetaInitV1
boml/setup_model/meta_init_v1.py:39
↓ 2 callersClassImageNetMetaDataset
boml/load_data/datasets/load_full_dataset.py:340
↓ 1 callersClassBOMLInnerGradAggr
boml/lower_iter/aggr.py:32
↓ 1 callersClassBOMLInnerGradSimple
boml/lower_iter/simple.py:34
↓ 1 callersClassBOMLInnerGradTrad
boml/lower_iter/inner_grad.py:42
↓ 1 callersClassBOMLNetFeedForward
boml/setup_model/feedforward.py:33
↓ 1 callersClassBOMLNetMiniMetaFeatV2
boml/setup_model/meta_feat_v2.py:36
↓ 1 callersClassBOMLNetMiniMetaInitV2
boml/setup_model/meta_init_v2.py:31
↓ 1 callersClassBOMLNetOmniglotMetaFeatV2
boml/setup_model/meta_feat_v2.py:149
↓ 1 callersClassBOMLNetOmniglotMetaInitV2
boml/setup_model/meta_init_v2.py:266
↓ 1 callersClassBatchQueueMock
boml/utils.py:248
↓ 1 callersClassBunch
test_script/script_helper.py:376
↓ 1 callersClassDataset
Class for managing a single dataset, includes data and target fields and has some utility functions. It allows also to convert the dataset i
boml/load_data/datasets/structures.py:115
↓ 1 callersClassDatasets
Simple object for standard datasets. Has the field `train` `validation` and `test` and support indexing
boml/load_data/datasets/structures.py:48
↓ 1 callersClassOmniglotMetaDataset
boml/load_data/datasets/load_full_dataset.py:189
ClassBOMLExperiment
boml/load_data/experiment.py:29
ClassBOMLNet
Base object for building neural networks
boml/setup_model/network.py:37
ClassBOMLOpt
mirror of the tf.train.Optimizer.
boml/optimizer/opt.py:31
ClassBOMLOptAdam
boml/optimizer/adam.py:42
ClassBOMLOptMomentum
Optimizer that implements the Momentum algorithm. Computes (if `use_nesterov = False`): ``` accumulation = momentum * accumulation + gra
boml/optimizer/momentum.py:40
ClassBOMLOptSGD
Optimizer that implements the gradient descent algorithm.
boml/optimizer/sgd.py:43
ClassBOMLOptimizer
Wrapper for performing gradient-based parameter optimization
boml/boml_optimizer/optimizer.py:43
ClassBOMLOuterGrad
boml/upper_iter/outer_grad.py:38
ClassBOMLOuterGradDarts
boml/upper_iter/darts.py:18
ClassBOMLOuterGradImplicit
Implementation follows Pedregosa's algorithm HOAG
boml/upper_iter/implicit.py:39
ClassBOMLOuterGradReverse
boml/upper_iter/reverse.py:41
ClassBOMLOuterGradSimple
boml/upper_iter/simple.py:33
ClassExampleVisiting
boml/load_data/datasets/structures.py:417
ClassGraphKeys
adds some meta_parameters and outer_gradients computation related keys
boml/extension.py:37
ClassMetaDataset
boml/load_data/datasets/structures.py:285
ClassWindowedData
boml/load_data/datasets/structures.py:342