CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.01 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.02 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.05 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.1 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.2 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=0.5 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=1.0 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=2.0 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=2.5 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=3.0 &&
CUDA_VISIBLE_DEVICES=0 python3 scatter_range_analysis.py resnet18 cifar10 infos/LinearSTD/cifar10-resnet18/CE_clean_1 --attack=pgd-linf --epsilon_min=0.03137255 --epsilon_max=1 --epsilon_times=1 --stepsize=0.1 --steps=20 --scatter --scatter_eps=5.0 &&
