forked from IsraelAbebe/All-In-One
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
executable file
·31 lines (15 loc) · 2.75 KB
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
python -m train --dataset aflw --images_path /home/samuel/aflw/ --label detection --batch_size 100 --steps 500 --ol detection_large1 --os detection_small1 --epochs 1
python -m train --dataset wiki --images_path ~/home/samuel/wiki/wiki --label age --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small1 --epochs 1
python -m train --dataset wiki --images_path ~/mitiku/dataset/wiki/wiki/ --label gender --batch_size 100 --steps 500 --lr 1e-5 --ol detection_age_gender_large1 --os detection_age_gender_small1 --load_model models/detection_age_large1.h5 --epochs 1
python -m train --dataset celeba --images_path ~/mitiku/dataset/img_align_celeba/ --label smile --batch_size 100 --steps 500 --lr 1e-5 --ol detection_age_gender_smile_large1\
--os detection_age_gender_smile_small1 --load_model models/detection_age_gender_large1.h5 --epochs 1
python -m train --dataset celeba --images_path ~/Desktop/lfw/ --label smile --batch_size 100 --steps 500 --lr 1e-5 --ol detection_age_gender_smile_large1 --os detection_age_gender_smile_small1 --load_model models/detection_age_gender_large1.h5 --epochs 1
python -m train --dataset wiki --images_path ~/dataset/wiki/ --label age --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 1
python -m train --dataset wiki --images_path ~/Videos/Adience/faces/ --label age --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 1
python -m train --dataset adience --images_path /home/samuel/aflw/ --label detection --batch_size 1 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 1
#python -m train --dataset adience --images_path /home/samuel/aflw/ --label pose --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 10
#python -m train --dataset adience --images_path /home/samuel/aflw/ --label pose --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 10
#python -m train --dataset adience --images_path /home/samuel/aflw/ --label pose --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 10
#python -m train --dataset adience --images_path /home/samuel/adience --label pose --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 10
#python -m train --dataset adience --images_path /home/samuel/Videos/adience --label pose --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 10
python -m train --dataset adience --images_path /home/samuel/Videos/adience --label detection --batch_size 100 --steps 500 --lr 1e-4 --ol detection_age_large1 --os detection_age_small --epochs 1