SYMBOL INDEX (92 symbols across 18 files) FILE: data/build_polyvore_data.py class Vocabulary (line 58) | class Vocabulary(object): method __init__ (line 61) | def __init__(self, vocab, unk_id): method word_to_id (line 70) | def word_to_id(self, word): function _is_png (line 79) | def _is_png(filename): function _int64_feature (line 89) | def _int64_feature(value): function _float_feature (line 96) | def _float_feature(value): function _bytes_feature (line 103) | def _bytes_feature(value): function _int64_feature_list (line 108) | def _int64_feature_list(values): function _int64_list_feature_list (line 113) | def _int64_list_feature_list(values): function _bytes_feature_list (line 118) | def _bytes_feature_list(values): function _float_feature_list (line 122) | def _float_feature_list(values): function _to_sequence_example (line 127) | def _to_sequence_example(set_info, decoder, vocab): class ImageCoder (line 181) | class ImageCoder(object): method __init__ (line 184) | def __init__(self): method png_to_jpeg (line 198) | def png_to_jpeg(self, image_data): method decode_jpeg (line 202) | def decode_jpeg(self, image_data): function _process_image_files_batch (line 210) | def _process_image_files_batch(coder, thread_index, ranges, name, function _process_image_files (line 260) | def _process_image_files(name, all_sets, vocab, num_shards): function _create_vocab (line 294) | def _create_vocab(filename): function _find_image_files (line 307) | def _find_image_files(labels_file, name): function _process_dataset (line 326) | def _process_dataset(name, label_file, vocab, num_shards): function main (line 339) | def main(unused_argv): FILE: polyvore/configuration.py class ModelConfig (line 23) | class ModelConfig(object): method __init__ (line 26) | def __init__(self): class TrainingConfig (line 100) | class TrainingConfig(object): method __init__ (line 103) | def __init__(self): FILE: polyvore/fashion_compatibility.py function run_compatibility_inference (line 45) | def run_compatibility_inference(sess, image_seqs, test_feat, function main (line 114) | def main(_): FILE: polyvore/fill_in_blank.py function run_question_inference (line 44) | def run_question_inference(sess, question, test_ids, test_feat, function main (line 179) | def main(_): FILE: polyvore/fill_in_blank_siamese.py function run_question_inference (line 41) | def run_question_inference(sess, question, test_ids, test_feat): function main (line 70) | def main(_): FILE: polyvore/ops/image_embedding.py function inception_v3 (line 30) | def inception_v3(images, FILE: polyvore/ops/image_embedding_test.py class InceptionV3Test (line 28) | class InceptionV3Test(tf.test.TestCase): method setUp (line 30) | def setUp(self): method _countInceptionParameters (line 41) | def _countInceptionParameters(self): method _verifyParameterCounts (line 53) | def _verifyParameterCounts(self): method _assertCollectionSize (line 76) | def _assertCollectionSize(self, expected_size, collection): method testTrainableTrueIsTrainingTrue (line 82) | def testTrainableTrueIsTrainingTrue(self): method testTrainableTrueIsTrainingFalse (line 95) | def testTrainableTrueIsTrainingFalse(self): method testTrainableFalseIsTrainingTrue (line 108) | def testTrainableFalseIsTrainingTrue(self): method testTrainableFalseIsTrainingFalse (line 121) | def testTrainableFalseIsTrainingFalse(self): FILE: polyvore/ops/image_processing.py function distort_image (line 26) | def distort_image(image): function process_image (line 43) | def process_image(encoded_image, FILE: polyvore/ops/inputs.py function parse_sequence_example (line 26) | def parse_sequence_example(serialized, set_id, image_feature, function prefetch_input_data (line 82) | def prefetch_input_data(reader, function batch_with_dynamic_pad (line 154) | def batch_with_dynamic_pad(images_and_captions, FILE: polyvore/polyvore_model_bi.py class PolyvoreModel (line 33) | class PolyvoreModel(object): method __init__ (line 37) | def __init__(self, config, mode, train_inception=False): method is_training (line 139) | def is_training(self): method process_image (line 143) | def process_image(self, encoded_image, thread_id=0, image_idx=0): method build_inputs (line 161) | def build_inputs(self): method build_image_embeddings (line 238) | def build_image_embeddings(self): method build_seq_embeddings (line 294) | def build_seq_embeddings(self): method build_model (line 322) | def build_model(self): method setup_inception_initializer (line 650) | def setup_inception_initializer(self): method setup_global_step (line 663) | def setup_global_step(self): method build (line 673) | def build(self): FILE: polyvore/polyvore_model_siamese.py class PolyvoreModel (line 32) | class PolyvoreModel(object): method __init__ (line 36) | def __init__(self, config, mode, train_inception=False): method is_training (line 79) | def is_training(self): method process_image (line 83) | def process_image(self, encoded_image, thread_id=0, image_idx=0): method build_inputs (line 101) | def build_inputs(self): method build_image_embeddings (line 167) | def build_image_embeddings(self): method build_model (line 209) | def build_model(self): method setup_inception_initializer (line 270) | def setup_inception_initializer(self): method setup_global_step (line 283) | def setup_global_step(self): method build (line 293) | def build(self): FILE: polyvore/polyvore_model_vse.py class PolyvoreModel (line 33) | class PolyvoreModel(object): method __init__ (line 37) | def __init__(self, config, mode, train_inception=False): method is_training (line 131) | def is_training(self): method process_image (line 135) | def process_image(self, encoded_image, thread_id=0, image_idx=0): method build_inputs (line 153) | def build_inputs(self): method build_image_embeddings (line 230) | def build_image_embeddings(self): method build_seq_embeddings (line 272) | def build_seq_embeddings(self): method build_model (line 300) | def build_model(self): method setup_inception_initializer (line 372) | def setup_inception_initializer(self): method setup_global_step (line 385) | def setup_global_step(self): method build (line 395) | def build(self): FILE: polyvore/run_inference.py function main (line 44) | def main(_): FILE: polyvore/run_inference_siamese.py function main (line 44) | def main(_): FILE: polyvore/run_inference_vse.py function main (line 44) | def main(_): FILE: polyvore/set_generation.py function norm_row (line 50) | def norm_row(a): function rnn_one_step (line 57) | def rnn_one_step(sess, input_feed, lstm_state, direction='f'): function run_forward_rnn (line 75) | def run_forward_rnn(sess, test_idx, test_feat, num_lstm_units): function run_backward_rnn (line 105) | def run_backward_rnn(sess, test_idx, test_feat, num_lstm_units): function run_fill_rnn (line 131) | def run_fill_rnn(sess, start_id, end_id, num_blank, test_feat, num_lstm_... function run_set_inference (line 173) | def run_set_inference(sess, set_name, test_ids, test_feat, num_lstm_units): function nn_search (line 237) | def nn_search(i, test_emb, word_vec): function main (line 244) | def main(_): FILE: polyvore/train.py function main (line 44) | def main(unused_argv): FILE: polyvore/train_siamese.py function main (line 49) | def main(unused_argv):