diff --git "a/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.ipynb" "b/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.ipynb" index e595986..9c7d608 100644 --- "a/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.ipynb" +++ "b/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.ipynb" @@ -33,7 +33,6 @@ "metadata": {}, "outputs": [], "source": [ - "%matplotlib inline\n", "import matplotlib.pyplot as plt" ] }, diff --git "a/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.py" "b/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.py" index c83b00f..e993fd0 100644 --- "a/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.py" +++ "b/08-\353\224\245\353\237\254\353\213\235_\355\225\264\355\202\271\355\225\230\352\270\260_Adversarial_Attack/fgsm_attack.py" @@ -16,7 +16,6 @@ import json - import matplotlib.pyplot as plt diff --git a/test/test_08.py b/test/test_08.py index 83ffa02..408f522 100644 --- a/test/test_08.py +++ b/test/test_08.py @@ -16,8 +16,7 @@ def test_chapter_exmaples(): mydir = os.getcwd() # set the main directory again, now it calls testA chapter_examples = [ - # "text_classification", - # "sequence_to_sequence", + "fgsm_attack", ] for example in chapter_examples: