MCPcopy Create free account

hub / github.com/albanie/collaborative-experts / types & classes

Types & classes64 in github.com/albanie/collaborative-experts

↓ 10 callersClassSTConv3D
model/s3dg.py:101
↓ 9 callersClassInceptionBlock
model/s3dg.py:35
↓ 5 callersClassSelfGating
model/s3dg.py:87
↓ 4 callersClassContextGating
model/model.py:949
↓ 4 callersClassGatedEmbeddingUnit
model/model.py:909
↓ 4 callersClassMaxPool3dTFPadding
model/s3dg.py:161
↓ 2 callersClassConfigParser
parse_config.py:19
↓ 2 callersClassNetVLAD
model/net_vlad.py:25
↓ 1 callersClassAPMeter
The APMeter measures the average precision per class. The APMeter is designed to operate on `NxK` Tensors `output` and `target`, and opti
model/metric.py:352
↓ 1 callersClassActivityNet
data_loader/ActivityNet_dataset.py:12
↓ 1 callersClassBCEWithLogitsLoss
model/loss.py:67
↓ 1 callersClassCEModule
model/model.py:489
↓ 1 callersClassContextGatingReasoning
model/model.py:986
↓ 1 callersClassDiDeMo
data_loader/DiDeMo_dataset.py:12
↓ 1 callersClassExpertStore
utils/datastructures.py:14
↓ 1 callersClassG_reason
model/model.py:1018
↓ 1 callersClassGatedEmbeddingUnitReasoning
model/model.py:964
↓ 1 callersClassHTML
This HTML class allows us to save images and write texts into a single HTML file. It consists of functions such as <add_header> (add a text head
utils/html.py:7
↓ 1 callersClassLSMDC
data_loader/LSMDC_dataset.py:14
↓ 1 callersClassLookup
model/text.py:280
↓ 1 callersClassMSRVTT
data_loader/MSRVTT_dataset.py:12
↓ 1 callersClassMSVD
data_loader/MSVD_dataset.py:14
↓ 1 callersClassMimicCEGatedEmbeddingUnit
model/model.py:923
↓ 1 callersClassMish
Applies the mish function element-wise: mish(x) = x * tanh(softplus(x)) = x * tanh(ln(1 + exp(x))) SRC: https://github.com/digantamisra98
model/model.py:35
↓ 1 callersClassQuerYD
data_loader/QuerYD_dataset.py:12
↓ 1 callersClassQuerYDSegments
data_loader/QuerYDSegments_dataset.py:12
↓ 1 callersClassReduceDim
model/model.py:934
↓ 1 callersClassRelationModuleMultiScale
model/model.py:364
↓ 1 callersClassRelationModuleMultiScale_Cat
model/model.py:424
↓ 1 callersClassS3D
model/s3dg.py:250
↓ 1 callersClassSentence_Embedding
model/s3dg.py:194
↓ 1 callersClassSpatialMLP
model/model.py:975
↓ 1 callersClassTemporalAttention
model/model.py:336
↓ 1 callersClassTensorboardWriter
logger/visualization.py:5
↓ 1 callersClassTimer
utils/util.py:297
↓ 1 callersClassTokenizer
For word-level embeddings, we convert words that are absent from the embedding lookup table to a canonical tokens (and then re-check the table).
model/text.py:114
↓ 1 callersClassTrainer
Trainer class Note: Inherited from BaseTrainer.
trainer/trainer.py:48
↓ 1 callersClassVaTeX
data_loader/VaTeX_dataset.py:14
↓ 1 callersClassW2V_Lookup
model/text.py:223
↓ 1 callersClassYouCook2
data_loader/YouCook2_dataset.py:12
ClassAPMeterChallenge
The APMeter measures the average precision per class. The APMeter is designed to operate on `NxK` Tensors `output` and `target`, and opti
model/metric.py:485
ClassAdamW
utils/radam.py:145
ClassAverageMeter
Computes and stores the average and current value
model/metric.py:307
ClassBaseDataset
base/base_dataset.py:27
ClassBaseModel
Base class for all models
base/base_model.py:6
ClassBaseTrainer
Base class for all trainers
base/base_trainer.py:14
ClassCENet
model/model.py:86
ClassClassErrorMeter
model/metric.py:520
ClassCosineAnnealingWithRestartsLR
r"""Set the learning rate of each parameter group using a cosine annealing schedule, where :math:`\eta_{max}` is set to the initial lr and :ma
utils/cos_restart.py:7
ClassCrossEntropyLoss
model/loss.py:77
ClassExpertDataLoader
data_loader/data_loaders.py:102
ClassGrOVLE
This model wraps various forms of GrOVLE embeddings: Args: mirror: the URL of a mirror from which the embeddings can be downloaded
model/text.py:242
ClassHowTo100M_MIL_NCE
This model produces text embeddings trained on HowTo100M using: A. Miech, J.-B. Alayrac, L. Smaira, I. Laptev, J. Sivic and A. Zisserman, En
model/text.py:307
ClassHuggingFaceWrapper
This class wraps the embedding of text provided by HuggingFace pretrained models : The models can be found here: https://huggingface.co/trans
model/text.py:351
ClassLookupEmbedding
model/text.py:64
ClassMNNet
model/mil_nce_net.py:9
ClassMaxMarginRankingLoss
model/loss.py:29
ClassMeter
Meters provide a way to keep track of important statistics in an online manner. This class is abstract, but provides a sGktandard interface for al
model/metric.py:331
ClassPlainRAdam
utils/radam.py:80
ClassRAdam
utils/radam.py:5
ClassRanger
utils/ranger.py:26
ClassTextEmbedding
model/text.py:26
ClassVisualizer
This class includes several functions that can display/save images. It uses a Python library 'visdom' for display, and a Python library 'dominate
utils/visualizer.py:12
ClassW2VEmbedding
This model embeds text using the google-released implementation of the word2vec model introduced in: Mikolov, T., Sutskever, I., Chen, K.
model/text.py:196