https://github.com/yassersouri/ghiaseddin
Raw File
Tip revision: a575f2375729e7586ae7c682f8505dbb7619e622 authored by Yasser Souri on 04 September 2017, 16:40:32 UTC
update gitignore
Tip revision: a575f23
run-zappos2.sh
for i in $(seq 0 3)
    do python ghiaseddin/scripts/train.py --dataset zappos2 --extractor vgg --attribute $i  --epochs 25
done
back to top