From f921e6de4d31b96cc846a13653537295c104d9a6 Mon Sep 17 00:00:00 2001 From: TufailRouf <121852083+TufailRouf@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:35:14 +0000 Subject: [PATCH] Update run_vanilla.sh --- code/image_classfication/run_vanilla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/image_classfication/run_vanilla.sh b/code/image_classfication/run_vanilla.sh index 0a50513..6da2dcc 100755 --- a/code/image_classfication/run_vanilla.sh +++ b/code/image_classfication/run_vanilla.sh @@ -4,7 +4,7 @@ python main.py --device=cuda:0 \ --student=wrn-28-2 \ - --dataset=cifar100 \ + --dataset=cifar10 \ --batch_size=128 \ --num_epochs=200 \ --mode=crop \