-
Notifications
You must be signed in to change notification settings - Fork 2
/
train-scratch.sh
11 lines (8 loc) · 1003 Bytes
/
train-scratch.sh
1
2
3
4
5
6
7
8
9
10
11
python train.py -e 300 -p baselines -n scratch --no-pretrained ShipRSImageNet_V1
python train.py -e 300 -p baselines -n scratch-class-weighting -c --no-pretrained ShipRSImageNet_V1
python train.py -e 300 -n scratch-mixed-resolutions -p augmented --no-pretrained ShipRSImageNet_V1_Augmented
python train.py -e 300 -n scratch-mixed-resolutions -p class-weighting-augmented -c --no-pretrained ShipRSImageNet_V1_Augmented
python train.py -e 300 -n scratch-matched-resolutions -p augmented --no-pretrained ShipRSImageNet_V1_Augmented_MatchedRes
python train.py -e 300 -n scratch-matched-resolutions -p class-weighting-augmented -c --no-pretrained ShipRSImageNet_V1_Augmented_MatchedRes
python train.py -e 300 -n scratch-matched-resolutions-moreinstances -p augmented --no-pretrained ShipRSImageNet_V1_Augmented_MatchedRes_MoreInstances
python train.py -e 300 -n scratch-matched-resolutions-moreinstances -p class-weighting-augmented -c --no-pretrained ShipRSImageNet_V1_Augmented_MatchedRes_MoreInstances