magic
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
7 lines
310 B
7 lines
310 B
CUDA_VISIBLE_DEVICES=1 python build_text_index.py\
|
|
--clip_name openai/clip-vit-base-patch32\
|
|
--text_file_path ../data/flickr30k/flickr30k_train.json\
|
|
--save_index_prefix ./flickr30k_index/\
|
|
--save_index_name index_matrix.txt\
|
|
--save_mapping_dict_name text_mapping.json\
|
|
--batch_size 128
|