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-zappos1-baseline.sh
for j in $(seq 0 9)
	do
	for i in $(seq 0 3)
		do python ghiaseddin/scripts/train.py --dataset zappos1 --extractor vgg --baseline true --attribute $i  --epochs 25 --attribute_split $j
	done
done
back to top