order-embedding icon indicating copy to clipboard operation
order-embedding copied to clipboard

Implementation of caption-image retrieval from the paper "Order-Embeddings of Images and Language"

Results 2 order-embedding issues
Sort by recently updated
recently updated
newest added

Hi, I believe there is a bug in the following function: ` def process_dataset(dataset, net, gpu_id): data_dir = paths.dataset_dir[dataset] + '/' images_dir = paths.images_dir[dataset] data = json.load(open(data_dir + 'dataset_%s.json' %...

When I train the model it stays in the first iteration, cannot continue . What should I do to solve the question?