You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I creates affine transformed test set described in the paper for the CIFAR-100.
234
+
We create affine transformed test set described in the paper for the CIFAR-100.
235
235
After creating the the Deformed Images test set,
236
236
we can run generalization experiment on Deformed Images (affine transformed test set) with same commands to train model with a regularization technique with two more parameters. Following is one command example that is used in Soft PatchUp.
Note: Use above as an example command for running experiment on evaluating other approaches performance.
240
+
Note: Use the above as a pattern to create a command to run an experiment for evaluating the performance of other approaches in this task.
241
241
<br/>
242
242
<hr/>
243
243
<br/>
@@ -247,15 +247,12 @@ Note: Use above as an example command for running experiment on evaluating other
247
247
in order to see the regularized models' robustness against the FGSM attack, we can use following parameter:
248
248
* --fsgm_attack True
249
249
250
-
Following is an example of command that runs this experiment for training PreActResNet18 on CIFAR-10 with Soft PatchUp and evaluate its robustness against FGSM attack.
250
+
The following command runs this experiment on PreActResNet18 in CIFAR-10 with Soft PatchUp and evaluate its robustness against the FGSM attack.
0 commit comments