MCPcopy Create free account

hub / github.com/danieljl/keras-image-captioning / functions

Functions324 in github.com/danieljl/keras-image-captioning

Methodon_epoch_end
(self, epoch, logs)
keras_image_captioning/callbacks.py:12
Methodon_epoch_end
(self, epoch, logs)
keras_image_captioning/callbacks.py:20
Methodon_epoch_end
(self, epoch, logs)
keras_image_captioning/callbacks.py:48
Methodon_epoch_end
(self, epoch, logs)
keras_image_captioning/callbacks.py:72
Methodon_epoch_end
(self, epoch, logs)
keras_image_captioning/callbacks.py:98
Methodon_train_begin
(self, logs)
keras_image_captioning/callbacks.py:42
Methodon_train_begin
(self, logs)
keras_image_captioning/callbacks.py:68
Methodon_train_begin
(self, logs)
keras_image_captioning/callbacks.py:92
Methodon_train_end
(self, logs)
keras_image_captioning/callbacks.py:79
Methodon_train_end
(self, logs)
keras_image_captioning/callbacks.py:127
Functionpath_from_results_dir
(*paths)
keras_image_captioning/io_utils.py:24
Methodpredict_on_batch
(X)
keras_image_captioning/inference_test.py:44
Methodpreprocess_batch
(self, captions_label_encoded)
keras_image_captioning/preprocessors.py:139
Functionprint_flush
(*args, **kwargs)
keras_image_captioning/io_utils.py:49
Functionread_text_file
(path)
keras_image_captioning/io_utils.py:38
Methodrecompute_score
(self, option=None, verbose=0)
pycocoevalcap/bleu/bleu_scorer.py:194
Methodreflen
(self, option=None)
pycocoevalcap/bleu/bleu_scorer.py:133
Methodrescore
replace test(s) with new test(s), and returns the new score.
pycocoevalcap/bleu/bleu_scorer.py:152
Methodresult_dir
(self)
keras_image_captioning/training.py:81
Methodrnn
()
keras_image_captioning/models.py:145
Methodrunning_commands
(self)
keras_image_captioning/hyperparam_search.py:68
Methodscore_ratio_str
(self, option=None)
pycocoevalcap/bleu/bleu_scorer.py:130
Functionsession
()
keras_image_captioning/losses_test.py:9
Methodsim
Compute the cosine similarity of two vectors. :param vec_hyp: array of dictionary for vector corresponding to hypothesis
pycocoevalcap/cider/cider_scorer.py:133
Methodsingle_reflen
(self, option="average")
pycocoevalcap/bleu/bleu_scorer.py:178
Methodsize
(self)
pycocoevalcap/bleu/bleu_scorer.py:157
Methodsize
(self)
pycocoevalcap/cider/cider_scorer.py:78
Methodtest_EOS_TOKEN_LABEL_ENCODED
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:56
Methodtest___init__
(self, word_vector)
keras_image_captioning/word_vectors_test.py:20
Methodtest___init__
(self)
keras_image_captioning/training_test.py:26
Methodtest___init___with_num_gpus
(self)
keras_image_captioning/hyperparam_search_test.py:40
Methodtest__add_eos
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:147
Methodtest__batch_generator
(self, dataset_provider, mocker)
keras_image_captioning/dataset_providers_test.py:22
Methodtest__build_captions
(self, flickr8k)
keras_image_captioning/datasets_test.py:41
Methodtest__build_set
(self, flickr8k)
keras_image_captioning/datasets_test.py:47
Methodtest__caption_lengths
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:153
Methodtest__init__
(self, mocker)
keras_image_captioning/hyperparam_search_test.py:32
Methodtest__init_config_filepath
(self, training_command, config_used)
keras_image_captioning/hyperparam_search_test.py:99
Methodtest__init_log_filepath
(self, training_command)
keras_image_captioning/hyperparam_search_test.py:105
Methodtest__predict_batch
(self, inference)
keras_image_captioning/inference_test.py:56
Methodtest__preprocess_an_image
(self, img_prep, flickr8k)
keras_image_captioning/preprocessors_test.py:30
Methodtest__preprocess_batch
(self, dataset_provider)
keras_image_captioning/dataset_providers_test.py:40
Methodtest__preprocess_batch_with_include_datum
(self, dataset_provider)
keras_image_captioning/dataset_providers_test.py:59
Functiontest_active_config
()
keras_image_captioning/config_test.py:64
Methodtest_arg_bidirectional_rnn
(self, model)
keras_image_captioning/models_test.py:45
Methodtest_arg_l1_reg_and_l2_reg
(self, model)
keras_image_captioning/models_test.py:62
Methodtest_arg_rnn_layers
(self, model)
keras_image_captioning/models_test.py:53
Methodtest_arg_rnn_layers_and_rnn_type
(self, model)
keras_image_captioning/models_test.py:57
Methodtest_arg_rnn_type
(self, model)
keras_image_captioning/models_test.py:49
Methodtest_arg_word_vector_init
(self, mocker)
keras_image_captioning/models_test.py:66
Methodtest_build_config
(self)
keras_image_captioning/config_test.py:9
Methodtest_build_config
(self)
keras_image_captioning/config_test.py:16
Methodtest_build_config
(self)
keras_image_captioning/config_test.py:56
Methodtest_build_config_with_both_epochs_and_time_limit
(self)
keras_image_captioning/config_test.py:34
Methodtest_build_config_with_neither_epochs_nor_time_limit
(self)
keras_image_captioning/config_test.py:29
Methodtest_build_config_with_no_dataset_name
(self)
keras_image_captioning/config_test.py:24
Methodtest_build_config_with_proper_args
(self)
keras_image_captioning/config_test.py:40
Methodtest_calculate
(self, id_to_prediction, id_to_references)
keras_image_captioning/metrics_test.py:26
Methodtest_calculate
(self, id_to_prediction, id_to_references)
keras_image_captioning/metrics_test.py:35
Methodtest_calculate
(self, id_to_prediction, id_to_references)
keras_image_captioning/metrics_test.py:43
Methodtest_calculate
(self, id_to_prediction, id_to_references)
keras_image_captioning/metrics_test.py:50
Functiontest_categorical_accuracy_with_variable_timestep
()
keras_image_captioning/metrics_test.py:57
Functiontest_categorical_crossentropy_from_logits
(session)
keras_image_captioning/losses_test.py:13
Methodtest_comparison
(self)
keras_image_captioning/inference_test.py:81
Methodtest_dataset_dir
(self, flickr8k)
keras_image_captioning/datasets_test.py:31
Methodtest_decode_captions
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:99
Methodtest_encode_captions
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:84
Methodtest_evaluate_training_set
(self, inference)
keras_image_captioning/inference_test.py:33
Methodtest_execute
(self, training_command)
keras_image_captioning/hyperparam_search_test.py:80
Methodtest_fit_on_captions
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:60
Methodtest_fit_on_captions_with_handle_rare_words_discard
(self)
keras_image_captioning/preprocessors_test.py:75
Functiontest_flatten_list_2d
()
keras_image_captioning/common_utils_test.py:29
Methodtest_functionality
(self)
keras_image_captioning/inference_test.py:70
Functiontest_init_vocab_size
(mocker)
keras_image_captioning/config_test.py:81
Functiontest_logging
()
keras_image_captioning/io_utils_test.py:30
Functiontest_main
(mocker)
keras_image_captioning/hyperparam_search_test.py:112
Functiontest_main
(mocker)
keras_image_captioning/training_test.py:66
Functiontest_mkdir_p
()
keras_image_captioning/io_utils_test.py:10
Methodtest_normalize_captions
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:116
Functiontest_parse_timedelta
()
keras_image_captioning/common_utils_test.py:5
Functiontest_parse_timedelta_with_no_day
()
keras_image_captioning/common_utils_test.py:11
Functiontest_parse_timedelta_with_only_day
()
keras_image_captioning/common_utils_test.py:17
Functiontest_parse_timedelta_with_timedelta_instance
()
keras_image_captioning/common_utils_test.py:23
Functiontest_path_from_var_dir
()
keras_image_captioning/io_utils_test.py:4
Methodtest_predict_training_set
(self, inference)
keras_image_captioning/inference_test.py:28
Methodtest_preprocess_batch
(self, img_prep)
keras_image_captioning/preprocessors_test.py:25
Methodtest_preprocess_batch
(self, caption_prep)
keras_image_captioning/preprocessors_test.py:127
Methodtest_preprocess_images
(self, img_prep, mocker)
keras_image_captioning/preprocessors_test.py:19
Functiontest_print_flush
()
keras_image_captioning/io_utils_test.py:26
Functiontest_read_text_file
()
keras_image_captioning/io_utils_test.py:14
Methodtest_run
(self, mocker)
keras_image_captioning/hyperparam_search_test.py:47
Methodtest_run
(self, mocker)
keras_image_captioning/training_test.py:47
Methodtest_set
(self, include_datum=False)
keras_image_captioning/dataset_providers.py:76
Methodtest_set
(self)
keras_image_captioning/datasets.py:33
Methodtest_set_size
(self)
keras_image_captioning/datasets.py:45
Methodtest_steps
(self)
keras_image_captioning/dataset_providers.py:52
Methodtest_training_results_dir
(self, flickr8k)
keras_image_captioning/datasets_test.py:36
Methodtest_training_set
(self, flickr8k)
keras_image_captioning/datasets_test.py:14
Methodtest_training_set
(self, dataset_provider, mocker)
keras_image_captioning/dataset_providers_test.py:15
Methodtest_training_set_differs_from_validation_set
(self, flickr8k)
keras_image_captioning/datasets_test.py:21
← previousnext →201–300 of 324, ranked by callers