MCPcopy Create free account

hub / github.com/danieljl/keras-image-captioning / types & classes

Types & classes69 in github.com/danieljl/keras-image-captioning

↓ 6 callersClassDatasetProvider
Acts as an adapter of `Dataset` for Keras' `fit_generator` method.
keras_image_captioning/dataset_providers.py:13
↓ 6 callersClassImageCaptioningModel
A very configurable model to produce captions from images.
keras_image_captioning/models.py:18
↓ 4 callersClassHyperparamSearch
Spawns and schedules training scripts.
keras_image_captioning/hyperparam_search.py:22
↓ 3 callersClassBatchNLargest
A batch priority queue.
keras_image_captioning/inference.py:208
↓ 3 callersClassCaptionPreprocessor
Preprocesses captions before feeded into the network.
keras_image_captioning/preprocessors.py:49
↓ 2 callersClassBLEU
keras_image_captioning/metrics.py:30
↓ 2 callersClassBasicInference
A very basic inference without beam search. Technically, it is not an inference because the actual captions are also feeded into the model.
keras_image_captioning/inference.py:18
↓ 2 callersClassBeamSearchInference
An implementation of inference using beam search.
keras_image_captioning/inference.py:115
↓ 2 callersClassBleuScorer
Bleu scorer.
pycocoevalcap/bleu/bleu_scorer.py:85
↓ 2 callersClassCIDEr
keras_image_captioning/metrics.py:47
↓ 2 callersClassCiderScorer
CIDEr scorer.
pycocoevalcap/cider/cider_scorer.py:47
↓ 2 callersClassFileConfigBuilder
keras_image_captioning/config.py:275
↓ 2 callersClassImagePreprocessor
A Inception v3 image preprocessor. Implements an image augmentation as well.
keras_image_captioning/preprocessors.py:13
↓ 2 callersClassMETEOR
keras_image_captioning/metrics.py:53
↓ 2 callersClassNLargest
An implementation of priority queue with max size.
keras_image_captioning/inference.py:232
↓ 2 callersClassROUGE
keras_image_captioning/metrics.py:72
↓ 2 callersClassTraining
A training instance that primarily handles training callbacks, such as logging and early stopping.
keras_image_captioning/training.py:20
↓ 2 callersClassTrainingCommand
Executes and manages a training script.
keras_image_captioning/hyperparam_search.py:148
↓ 1 callersClassCheckpoint
keras_image_captioning/training.py:208
↓ 1 callersClassEmbed300FineRandomConfigBuilder
keras_image_captioning/config.py:259
↓ 1 callersClassLogLearningRate
keras_image_captioning/callbacks.py:11
↓ 1 callersClassLogMetrics
keras_image_captioning/callbacks.py:36
↓ 1 callersClassLogTimestamp
keras_image_captioning/callbacks.py:16
↓ 1 callersClassNotIterableStr
keras_image_captioning/callbacks.py:26
↓ 1 callersClassStopAfterTimedelta
keras_image_captioning/callbacks.py:62
↓ 1 callersClassStopWhenValLossExploding
keras_image_captioning/callbacks.py:85
↓ 1 callersClassVinyalsConfigBuilder
keras_image_captioning/config.py:115
↓ 1 callersClassWordVector
An initializer for Embedding layers of Keras.
keras_image_captioning/word_vectors.py:8
ClassBleu
pycocoevalcap/bleu/bleu.py:14
ClassCider
Main Class to compute the CIDEr metric
pycocoevalcap/cider/cider.py:13
ClassCoarseRandomConfigBuilder
keras_image_captioning/config.py:189
ClassConfigBuilderBase
keras_image_captioning/config.py:74
ClassDataset
keras_image_captioning/datasets.py:14
ClassDefaultConfigBuilder
keras_image_captioning/config.py:87
ClassEmbed300RandomConfigBuilder
keras_image_captioning/config.py:232
ClassFasttext
keras_image_captioning/word_vectors.py:62
ClassFineRandomConfigBuilder
keras_image_captioning/config.py:215
ClassFlickr8kDataset
keras_image_captioning/datasets.py:61
ClassGlove
keras_image_captioning/word_vectors.py:49
ClassMeteor
pycocoevalcap/meteor/meteor.py:15
ClassRandomConfigBuilder
keras_image_captioning/config.py:142
ClassRouge
Class for computing ROUGE-L score for a set of candidate sentences for the MS COCO test set
pycocoevalcap/rouge/rouge.py:36
ClassScore
A subclass of this class is an adapter of pycocoevalcap.
keras_image_captioning/metrics.py:10
ClassStaticConfigBuilder
keras_image_captioning/config.py:79
ClassTestBLEU
keras_image_captioning/metrics_test.py:25
ClassTestBasicInference
keras_image_captioning/inference_test.py:8
ClassTestBatchNLargest
keras_image_captioning/inference_test.py:64
ClassTestBeamSearchInference
keras_image_captioning/inference_test.py:39
ClassTestCIDEr
keras_image_captioning/metrics_test.py:34
ClassTestCaption
keras_image_captioning/inference_test.py:80
ClassTestCaptionPreprocessor
keras_image_captioning/preprocessors_test.py:36
ClassTestCheckpoint
keras_image_captioning/training_test.py:61
ClassTestCoarseRandomConfigBuilder
keras_image_captioning/config_test.py:23
ClassTestDatasetProvider
keras_image_captioning/dataset_providers_test.py:10
ClassTestDefaultConfigBuilder
keras_image_captioning/config_test.py:15
ClassTestFasttext
keras_image_captioning/word_vectors_test.py:42
ClassTestFileConfigBuilder
keras_image_captioning/config_test.py:55
ClassTestFlickr8kDataset
keras_image_captioning/datasets_test.py:8
ClassTestGlove
keras_image_captioning/word_vectors_test.py:38
ClassTestHyperparamSearch
keras_image_captioning/hyperparam_search_test.py:31
ClassTestImageCaptioningModel
keras_image_captioning/models_test.py:14
ClassTestImagePreprocessor
keras_image_captioning/preprocessors_test.py:8
ClassTestMETEOR
keras_image_captioning/metrics_test.py:42
ClassTestNLargest
keras_image_captioning/inference_test.py:69
ClassTestROUGE
keras_image_captioning/metrics_test.py:49
ClassTestStaticConfigBuilder
keras_image_captioning/config_test.py:8
ClassTestTraining
keras_image_captioning/training_test.py:25
ClassTestTrainingCommand
keras_image_captioning/hyperparam_search_test.py:66
ClassWordVectorTestBase
keras_image_captioning/word_vectors_test.py:7