MCPcopy Create free account

hub / github.com/SuperSupermoon/MedViLL / types & classes

Types & classes96 in github.com/SuperSupermoon/MedViLL

↓ 7 callersClassBertModel
BERT model ("Bidirectional Embedding Representations from a Transformer"). Params: config: a BertConfig class instance with the configura
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:759
↓ 4 callersClassBertLayerNorm
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:216
↓ 3 callersClassCNN_BERT_Dataset
downstream_task/report_generation_and_vqa/cnn_bert.py:37
↓ 3 callersClassCXRDataset
data/dataset_origin.py:31
↓ 3 callersClassCXR_Retrieval_Dataset
downstream_task/retrieval/retrieval.py:57
↓ 2 callersClassBertAdam
Implements BERT version of Adam algorithm with weight decay fix. Params: lr: learning rate warmup: portion of t_total for the w
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/optimization.py:58
↓ 2 callersClassBertModelIncr
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:848
↓ 2 callersClassBertPreTrainingHeads
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:508
↓ 2 callersClassCNN_BERT
downstream_task/report_generation_and_vqa/cnn_bert.py:175
↓ 2 callersClassCXRBertEncoder
downstream_task/retrieval/cxrbert_origin.py:31
↓ 2 callersClassCXR_VQA_Dataset
downstream_task/report_generation_and_vqa/vqa.py:64
↓ 2 callersClassImageBertEmbeddings
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:873
↓ 2 callersClassImageEncoder
downstream_task/classification/models/image.py:16
↓ 2 callersClassJsonlDataset
downstream_task/classification/data/dataset.py:12
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
utils/utils.py:75
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
downstream_task/report_generation_and_vqa/utils.py:177
↓ 2 callersClasspixel_full_sampling
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:36
↓ 2 callersClasspixel_random_sample
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:65
↓ 1 callersClassBasicTokenizer
Runs basic tokenization (punctuation splitting, lower casing, etc.).
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:181
↓ 1 callersClassBertAttention
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:346
↓ 1 callersClassBertConfig
Configuration class to store the configuration of a `BertModel`.
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:115
↓ 1 callersClassBertEmbeddings
Construct the embeddings from word, position and token_type embeddings.
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:232
↓ 1 callersClassBertEncoder
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:401
↓ 1 callersClassBertIntermediate
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:359
↓ 1 callersClassBertLMPredictionHead
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:462
↓ 1 callersClassBertLMPredictionHead
downstream_task/retrieval/cxrbert_origin.py:169
↓ 1 callersClassBertLMPredictionHead
models/MedViLL_origin.py:170
↓ 1 callersClassBertLayer
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:386
↓ 1 callersClassBertLayerNorm
downstream_task/retrieval/cxrbert_origin.py:137
↓ 1 callersClassBertLayerNorm
models/MedViLL_origin.py:138
↓ 1 callersClassBertOutput
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:372
↓ 1 callersClassBertPooler
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:431
↓ 1 callersClassBertPreTrainingHeads
downstream_task/retrieval/cxrbert_origin.py:188
↓ 1 callersClassBertPreTrainingHeads
models/MedViLL_origin.py:189
↓ 1 callersClassBertPredictionHeadTransform
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:444
↓ 1 callersClassBertPredictionHeadTransform
downstream_task/retrieval/cxrbert_origin.py:153
↓ 1 callersClassBertPredictionHeadTransform
models/MedViLL_origin.py:154
↓ 1 callersClassBertSelfAttention
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:270
↓ 1 callersClassBertSelfOutput
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:332
↓ 1 callersClassBpeOnlineTokenizer
Apply bpe tokenization to str line
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:547
↓ 1 callersClassCXRBERT
Multimodal BERT : Masked Language Model + Image Text Matching
downstream_task/retrieval/cxrbert_origin.py:82
↓ 1 callersClassCXRBertDecoder
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:1062
↓ 1 callersClassCXRBertForRetrieval
downstream_task/retrieval/model.py:11
↓ 1 callersClassIMG_Encoder
downstream_task/report_generation_and_vqa/cnn_bert.py:113
↓ 1 callersClassIMG_Encoder
CNN_BERT/main_cnn_bert.py:92
↓ 1 callersClassImageBertEmbeddings
downstream_task/classification/models/model.py:6
↓ 1 callersClassImageBertEmbeddings
downstream_task/retrieval/cxrbert_origin.py:7
↓ 1 callersClassImageBertEmbeddings
models/MedViLL_origin.py:7
↓ 1 callersClassImageEncoder_cnn
downstream_task/retrieval/image.py:33
↓ 1 callersClassImageEncoder_cnn
models/image.py:34
↓ 1 callersClassImageTextMatching
2-class classification model : Aligned, Not aligned
downstream_task/retrieval/cxrbert_origin.py:113
↓ 1 callersClassImageTextMatching
2-class classification model : Aligned, Not aligned
models/MedViLL_origin.py:114
↓ 1 callersClassImg_patch_embedding
downstream_task/retrieval/image.py:73
↓ 1 callersClassImg_patch_embedding
models/image.py:75
↓ 1 callersClassLabelSmoothingLoss
With label smoothing, KL-divergence between q_{smoothed ground truth prob.}(w) and p_{prob. computed by model}(w) is minimized.
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/loss.py:12
↓ 1 callersClassLogFormatter
utils/logger.py:9
↓ 1 callersClassLogFormatter
downstream_task/classification/utils/logger.py:6
↓ 1 callersClassMedViLL
Multimodal BERT : Masked Language Model + Image Text Matching
models/MedViLL_origin.py:97
↓ 1 callersClassMedViLLEncoder
models/MedViLL_origin.py:27
↓ 1 callersClassMedViLL_Trainer
models/train_origin.py:17
↓ 1 callersClassMultimodalBertEncoder
downstream_task/classification/models/model.py:43
↓ 1 callersClassPreprocess4Seq2seqDecoder
Pre-processing steps for pretraining transformer
downstream_task/report_generation_and_vqa/data_loader.py:467
↓ 1 callersClassTXT_Encoder
downstream_task/report_generation_and_vqa/cnn_bert.py:133
↓ 1 callersClassTXT_Encoder
CNN_BERT/main_cnn_bert.py:105
↓ 1 callersClassVocab
downstream_task/classification/data/vocab.py:1
↓ 1 callersClassWordpieceTokenizer
Runs WordPiece tokenization.
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:296
ClassAttrDict
utils/utils.py:227
ClassBertAdamFineTune
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/optimization.py:179
ClassBertForPreTrainingLossMask
refer to BertForPreTraining
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:911
ClassBertForSeq2SeqDecoder
refer to BertForPreTraining
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:1133
ClassBertTokenizer
Runs end-to-end tokenization: punctuation splitting + wordpiece
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:89
ClassBpeOnlineParallelApplier
Apply bpe online to data in parallel
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:568
ClassCNN_BERT
CNN_BERT/main_cnn_bert.py:134
ClassCNN_BERT_Dataset
CNN_BERT/main_cnn_bert.py:38
ClassDataParallelImbalance
downstream_task/report_generation_and_vqa/data_parallel.py:71
ClassDictionary
downstream_task/report_generation_and_vqa/data_loader.py:79
ClassGatherLayer
Gather tensors from all process, supporting backward propagation.
downstream_task/report_generation_and_vqa/utils.py:238
ClassImageClf
downstream_task/classification/models/image.py:59
ClassImageEncoder_pool
downstream_task/classification/models/image.py:74
ClassImageEncoder_pool
downstream_task/retrieval/image.py:6
ClassImageEncoder_pool
models/image.py:6
ClassImg2txtDataset
Load image-sentence pairs
downstream_task/report_generation_and_vqa/data_loader.py:190
ClassImg_patch_embedding
downstream_task/classification/models/image.py:183
ClassMaskedLanguageModel
(vocab_size) classification model
downstream_task/retrieval/cxrbert_origin.py:101
ClassMetricLogger
utils/utils.py:137
ClassMetricLogger
downstream_task/report_generation_and_vqa/utils.py:347
ClassMultimodalBertClf
downstream_task/classification/models/model.py:92
ClassPipeline
Pre-process Pipeline Class : callable
downstream_task/report_generation_and_vqa/loader_utils.py:27
ClassPreTrainedBertModel
An abstract class to handle weights initialization and a simple interface for dowloading and loading pretrained models.
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/model.py:520
ClassPreprocess4Seq2seq
Pre-processing steps for pretraining transformer
downstream_task/report_generation_and_vqa/data_loader.py:288
ClassSyncFunction
downstream_task/report_generation_and_vqa/utils.py:257
ClassWhitespaceTokenizer
downstream_task/report_generation_and_vqa/pytorch_pretrained_bert/tokenization.py:176
Classfully_use_cnn
downstream_task/classification/models/image.py:152
Classfully_use_cnn
downstream_task/retrieval/image.py:56
Classfully_use_cnn
models/image.py:58
Classrandom_sample
downstream_task/classification/models/image.py:112