YingZhangDUT / Cross-Modal-Projection-Learning

TensorFlow Implementation of Deep Cross-Modal Projection Learning
MIT License
94 stars 20 forks source link

Cann't find "train_image_classifier.py" used in "scripts/train_flickr_resnet_cmpm_cmpc.sh" #15

Open coasxu opened 4 years ago

coasxu commented 4 years ago

Hi, in the project file"scripts/train_flickr_resnet_cmpm_cmpc.sh" , you use train_image_classifier.py

# Run training stage 1.
python train_image_classifier.py \
    --checkpoint_dir=${CKPT_DIR} \
    --log_dir=${LOG_DIR} \
    --train_samples_dir=${SAMPLE_DIR} \
    --dataset_name=${DATASET_NAME}\
    --dataset_split_name=${SPLIT_NAME} \
    --dataset_dir=${DATASET_DIR} \
    --model_name=${MODEL_NAME} \
    --model_scope=${MODEL_SCOPE} \
    --preprocessing_name=${MODEL_NAME} \
...

But I cann't find this file in the whole project. Could you upload this file to github? Thanks!