-
Notifications
You must be signed in to change notification settings - Fork 12
/
test.sh
17 lines (13 loc) · 1.01 KB
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
python train.py --backbone_name resnet18 --model_name my --dataset_type cl_shot --optim sgd --opt opt2 \
--loss_type ce --no_order --seed 1993 --way 5 --shot 5 --session 9 --lr 0.1 --lr-scheduler cos --batch_size 128 \
--gpu-ids 0 --val --data_dir $your_path \
--model_path ./pre/model_session_0_CIFAR100.pth
#python train.py --backbone_name resnet18 --model_name my --dataset_name mini-imagenet --dataset_type cl_shot \
#--optim sgd --opt opt2 --loss_type ce --no_order --seed 1993 --way 5 --shot 5 --session 9 --lr 0.1 --lr-scheduler cos \
#--batch_size 128 --gpu-ids 0 --val --data_dir $your_path \
#--model_path ./pre/model_session_0_mini-imagenet.pth
#python train.py --backbone_name resnet18 --model_name my --pretrained --dataset_name cub --dataset_type cl_shot \
#--optim sgd --opt opt2 --loss_type ce --no_order --seed 1993 --way 10 --shot 5 --session 11 --lr 0.1 --lr-scheduler cos \
#--batch_size 128 --gpu-ids 0 --base_class 100 --val --data_dir $your_path \
#--model_path ./pre/model_session_0_cub.pth