-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtrain-augmented-datasets.sh
12 lines (10 loc) · 1.07 KB
/
train-augmented-datasets.sh
1
2
3
4
5
6
7
8
9
10
11
12
python train.py -n mixed-resolutions -p augmented ShipRSImageNet_V1_Augmented
python train.py -e 300 -n mixed-resolutions-300-epochs -p augmented ShipRSImageNet_V1_Augmented
python train.py -n mixed-resolutions -p class-weighting-augmented -c ShipRSImageNet_V1_Augmented
python train.py -e 300 -c -p class-weighting-augmented -n mixed-resolutions-300-epochs ShipRSImageNet_V1_Augmented
python train.py -n matched-resolutions -p augmented ShipRSImageNet_V1_Augmented_MatchedRes
python train.py -e 300 -n matched-resolutions-300-epochs -p augmented ShipRSImageNet_V1_Augmented_MatchedRes
python train.py -n matched-resolutions -p class-weighting-augmented -c ShipRSImageNet_V1_Augmented_MatchedRes
python train.py -n matched-resolutions-moreinstances -p augmented ShipRSImageNet_V1_Augmented_MatchedRes_MoreInstances
python train.py -e 300 -n matched-resolutions-moreinstances-300-epochs -p augmented ShipRSImageNet_V1_Augmented_MatchedRes_MoreInstances
python train.py -n matched-resolutions-moreinstances -p class-weighting-augmented -c ShipRSImageNet_V1_Augmented_MatchedRes_MoreInstances