forked from priyamtejaswin/devise-keras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gpu1.sh
executable file
·9 lines (5 loc) · 1.2 KB
/
gpu1.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="dogs running on the road"
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="cars parked at the building"
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="cat sitting on a tv"
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 watching television"
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="planes flying in the sky"