Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callous-youth/BOML
/ types & classes
Types & classes
33 in github.com/callous-youth/BOML
⨍
Functions
306
◇
Types & classes
33
↓ 8 callers
Class
BatchQueueMock
test_script/script_helper.py:802
↓ 3 callers
Class
BOMLNetMetaFeatV1
boml/setup_model/meta_feat_v1.py:37
↓ 3 callers
Class
BOMLNetMetaInitV1
boml/setup_model/meta_init_v1.py:39
↓ 2 callers
Class
ImageNetMetaDataset
boml/load_data/datasets/load_full_dataset.py:340
↓ 1 callers
Class
BOMLInnerGradAggr
boml/lower_iter/aggr.py:32
↓ 1 callers
Class
BOMLInnerGradSimple
boml/lower_iter/simple.py:34
↓ 1 callers
Class
BOMLInnerGradTrad
boml/lower_iter/inner_grad.py:42
↓ 1 callers
Class
BOMLNetFeedForward
boml/setup_model/feedforward.py:33
↓ 1 callers
Class
BOMLNetMiniMetaFeatV2
boml/setup_model/meta_feat_v2.py:36
↓ 1 callers
Class
BOMLNetMiniMetaInitV2
boml/setup_model/meta_init_v2.py:31
↓ 1 callers
Class
BOMLNetOmniglotMetaFeatV2
boml/setup_model/meta_feat_v2.py:149
↓ 1 callers
Class
BOMLNetOmniglotMetaInitV2
boml/setup_model/meta_init_v2.py:266
↓ 1 callers
Class
BatchQueueMock
boml/utils.py:248
↓ 1 callers
Class
Bunch
test_script/script_helper.py:376
↓ 1 callers
Class
Dataset
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 callers
Class
Datasets
Simple object for standard datasets. Has the field `train` `validation` and `test` and support indexing
boml/load_data/datasets/structures.py:48
↓ 1 callers
Class
OmniglotMetaDataset
boml/load_data/datasets/load_full_dataset.py:189
Class
BOMLExperiment
boml/load_data/experiment.py:29
Class
BOMLNet
Base object for building neural networks
boml/setup_model/network.py:37
Class
BOMLOpt
mirror of the tf.train.Optimizer.
boml/optimizer/opt.py:31
Class
BOMLOptAdam
boml/optimizer/adam.py:42
Class
BOMLOptMomentum
Optimizer that implements the Momentum algorithm. Computes (if `use_nesterov = False`): ``` accumulation = momentum * accumulation + gra
boml/optimizer/momentum.py:40
Class
BOMLOptSGD
Optimizer that implements the gradient descent algorithm.
boml/optimizer/sgd.py:43
Class
BOMLOptimizer
Wrapper for performing gradient-based parameter optimization
boml/boml_optimizer/optimizer.py:43
Class
BOMLOuterGrad
boml/upper_iter/outer_grad.py:38
Class
BOMLOuterGradDarts
boml/upper_iter/darts.py:18
Class
BOMLOuterGradImplicit
Implementation follows Pedregosa's algorithm HOAG
boml/upper_iter/implicit.py:39
Class
BOMLOuterGradReverse
boml/upper_iter/reverse.py:41
Class
BOMLOuterGradSimple
boml/upper_iter/simple.py:33
Class
ExampleVisiting
boml/load_data/datasets/structures.py:417
Class
GraphKeys
adds some meta_parameters and outer_gradients computation related keys
boml/extension.py:37
Class
MetaDataset
boml/load_data/datasets/structures.py:285
Class
WindowedData
boml/load_data/datasets/structures.py:342