We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4f00b commit 291241dCopy full SHA for 291241d
beginner_source/fgsm_tutorial.py
@@ -450,5 +450,5 @@ def test( model, device, test_loader, epsilon ):
450
#
451
# A further direction to go, depending on available resources, is to modify
452
# the code to support processing work in batch, in parallel, and or distributed
453
-# vs. working on one attack at a time in the above for each epsilon test() loop.
+# vs working on one attack at a time in the above for each ``epsilon test()`` loop.
454
0 commit comments