-
Notifications
You must be signed in to change notification settings - Fork 8
/
train_resnet50_office31.sh
15 lines (7 loc) · 1.77 KB
/
train_resnet50_office31.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##########################train of Office-31 dataset using ResNet-50#########################################################
python3 code/train.py --source dslr_0-9 --target webcam_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/
python3 code/train.py --source webcam_0-9 --target dslr_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/
python3 code/train.py --source dslr_0-9 --target amazon_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/
python3 code/train.py --source webcam_0-9 --target amazon_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/
python3 code/train.py --source amazon_0-9 --target dslr_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/
python3 code/train.py --source amazon_0-9 --target webcam_0-9_20-30 --epochs_step1 80 --epochs_step2 80 --n_classes 10 --n_classes_target 21 --use_weight_net_first_part --weight_class_unknown 2 --weight_center_loss 0.1 --folder_txt_files /.../ROS/data/ --folder_dataset /.../ROS/