Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 0d47209

Browse files
committed
add test for chapter 8
1 parent b6bb679 commit 0d47209

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

08-딥러닝_해킹하기_Adversarial_Attack/fgsm_attack.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"metadata": {},
3434
"outputs": [],
3535
"source": [
36-
"%matplotlib inline\n",
3736
"import matplotlib.pyplot as plt"
3837
]
3938
},

08-딥러닝_해킹하기_Adversarial_Attack/fgsm_attack.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import json
1717

1818

19-
2019
import matplotlib.pyplot as plt
2120

2221

test/test_08.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ def test_chapter_exmaples():
1616
mydir = os.getcwd() # set the main directory again, now it calls testA
1717

1818
chapter_examples = [
19-
# "text_classification",
20-
# "sequence_to_sequence",
19+
"fgsm_attack",
2120
]
2221

2322
for example in chapter_examples:

0 commit comments

Comments
 (0)