Skip to content

Commit 291241d

Browse files
author
Svetlana Karslioglu
authored
Update beginner_source/fgsm_tutorial.py
1 parent 2e4f00b commit 291241d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/fgsm_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,5 +450,5 @@ def test( model, device, test_loader, epsilon ):
450450
#
451451
# A further direction to go, depending on available resources, is to modify
452452
# 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.
453+
# vs working on one attack at a time in the above for each ``epsilon test()`` loop.
454454
#

0 commit comments

Comments
 (0)