Skip to content

Commit a2ebed6

Browse files
committedMay 20, 2022
fixed argument error in demo notebook
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
1 parent d886f15 commit a2ebed6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎notebooks/output_smoothmix_cifar10.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@
314314
" alpha=alpha_1,\n",
315315
" scale=sigma_1, \n",
316316
" num_noise_vec=num_noise_vec,\n",
317-
" train_multi_noise=True,\n",
318317
" attack_type=\"PGD\",\n",
319318
" num_steps=num_steps,\n",
320319
" warmup=warmup,\n",
@@ -353,7 +352,6 @@
353352
" alpha=alpha_2,\n",
354353
" scale=sigma_2, \n",
355354
" num_noise_vec=num_noise_vec,\n",
356-
" train_multi_noise=True,\n",
357355
" attack_type=\"PGD\",\n",
358356
" num_steps=num_steps,\n",
359357
" warmup=warmup,\n",

0 commit comments

Comments
 (0)