Skip to content

Commit 538fe9f

Browse files
authored
fix formatting in test
1 parent 35305b1 commit 538fe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/fgsm_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def test( model, device, test_loader, epsilon ):
308308
# Collect ``datagrad``
309309
data_grad = data.grad.data
310310

311-
# Denormalize the data
311+
# Denormalize the data
312312
data_denorm = denorm(data)
313313

314314
# Call FGSM Attack

0 commit comments

Comments
 (0)