Skip to content

Commit

Permalink
resnet50
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbing7 committed Jun 13, 2023
1 parent 3a7c1f3 commit 47cb34b
Showing 1 changed file with 15 additions and 71 deletions.
86 changes: 15 additions & 71 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,77 +1,20 @@

#cifar resnet18
#green
#python src_torch/main.py --phase=test --suffix=green_adv --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000001 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000002 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000003 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
#python src_torch/main.py --phase=test --suffix=green_adv_moth --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2

#sbg
#python src_torch/main.py --phase=test --suffix=sbg_adv --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000001 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000002 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000003 --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2
#python src_torch/main.py --phase=test --suffix=sbg_adv_moth --dataset=cifar10 --model=resnet18 --type=adv --batch_size=64 --epochs=2

#cifar resnet50
#green
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000001 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000002 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=green_adv --lr=0.0000003 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2

#sbg
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000001 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000002 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000003 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2


#gtsrb
#dtl
#python src_torch/main.py --phase=test --suffix=dtl_adv --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dtl_adv --lr=0.0000001 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dtl_adv --lr=0.0000002 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dtl_adv --lr=0.0000003 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2

#dkl
#python src_torch/main.py --phase=test --suffix=dkl_adv --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dkl_adv --lr=0.0000001 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dkl_adv --lr=0.0000002 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=dkl_adv --lr=0.0000003 --dataset=gtsrb --model=vgg11_bn --type=adv --batch_size=64 --epochs=2

#fmnist
#stripet
#python src_torch/main.py --phase=test --suffix=stripet_adv --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=stripet_adv --lr=0.0000001 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=stripet_adv --lr=0.0000002 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=stripet_adv --lr=0.0000003 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2

#plaids
#python src_torch/main.py --phase=test --suffix=plaids_adv --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=plaids_adv --lr=0.0000001 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=plaids_adv --lr=0.0000002 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=plaids_adv --lr=0.0000003 --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2

#mnistm
#blue 8
python src_torch/main.py --phase=moth --suffix=blue_adv --lr=0.0000001 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=blue_adv --lr=0.0000002 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=blue_adv --lr=0.0000003 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2
#black 2
#python src_torch/main.py --phase=test --suffix=plaids_adv --dataset=fmnist --model=MobileNetV2 --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=black_adv --lr=0.0000001 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=black_adv --lr=0.0000002 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2
python src_torch/main.py --phase=moth --suffix=black_adv --lr=0.0000003 --dataset=mnistm --model=densenet --type=adv --batch_size=64 --epochs=2

#asl
#A
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#Z
#python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
#A
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=A_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05
#Z
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=adv --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000001 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000002 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05
python src_torch/main.py --phase=moth --suffix=Z_adv --lr=0.0000003 --dataset=asl --model=MobileNet --type=nat --batch_size=64 --epochs=2 --data_ratio=0.05

#caltech
#brain
Expand All @@ -84,3 +27,4 @@ python src_torch/main.py --phase=moth --suffix=g_kan_adv --lr=0.0000002 --datase
python src_torch/main.py --phase=moth --suffix=g_kan_adv --lr=0.0000003 --dataset=caltech --model=shufflenetv2 --type=adv --batch_size=64 --epochs=2


python src_torch/main.py --phase=moth --suffix=sbg_adv --lr=0.0000003 --dataset=cifar10 --model=resnet50 --type=adv --batch_size=64 --epochs=2

0 comments on commit 47cb34b

Please sign in to comment.