forked from priyamtejaswin/devise-keras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gpu0.sh
executable file
·10 lines (5 loc) · 1.17 KB
/
gpu0.sh
1
2
3
4
5
6
7
8
9
python cache_lime.py --word_index=/home/akshay/devise_cache/DICT_word_index.VAL.pkl --model=/home/akshay/devise_cache/epoch_9.hdf5 --vgg16=/home/akshay/devise_cache/vgg16_weights_th_dim_ordering_th_kernels.h5 --query="cooking vegetables"
python cache_lime.py --word_index=/home/akshay/devise_cache/DICT_word_index.VAL.pkl --model=/home/akshay/devise_cache/epoch_9.hdf5 --vgg16=/home/akshay/devise_cache/vgg16_weights_th_dim_ordering_th_kernels.h5 --query="cutting vegetables"
python cache_lime.py --word_index=/home/akshay/devise_cache/DICT_word_index.VAL.pkl --model=/home/akshay/devise_cache/epoch_9.hdf5 --vgg16=/home/akshay/devise_cache/vgg16_weights_th_dim_ordering_th_kernels.h5 --query="buying fruits"
python cache_lime.py --word_index=/home/akshay/devise_cache/DICT_word_index.VAL.pkl --model=/home/akshay/devise_cache/epoch_9.hdf5 --vgg16=/home/akshay/devise_cache/vgg16_weights_th_dim_ordering_th_kernels.h5 --query="eating pizza at home"
python cache_lime.py --word_index=/home/akshay/devise_cache/DICT_word_index.VAL.pkl --model=/home/akshay/devise_cache/epoch_9.hdf5 --vgg16=/home/akshay/devise_cache/vgg16_weights_th_dim_ordering_th_kernels.h5 --query="people walking at the beach"