Pankaj001 commited on
Commit
abba872
·
verified ·
1 Parent(s): 8344a06

Upload Adversarial_sample_using_ART.ipynb

Browse files
Files changed (1) hide show
  1. Adversarial_sample_using_ART.ipynb +2 -2
Adversarial_sample_using_ART.ipynb CHANGED
@@ -53,8 +53,8 @@
53
  "Description: Uncomment and run to install libraries. Needed for running first time only. \n",
54
  "\"\"\"\n",
55
  "# !pip install adversarial-robustness-toolbox\n",
56
- "# !pip instal tensorflow==2.10\n",
57
- "# !pip matplotlib==3.8.2"
58
  ]
59
  },
60
  {
 
53
  "Description: Uncomment and run to install libraries. Needed for running first time only. \n",
54
  "\"\"\"\n",
55
  "# !pip install adversarial-robustness-toolbox\n",
56
+ "# !pip install tensorflow==2.10\n",
57
+ "# !pip install matplotlib==3.8.2"
58
  ]
59
  },
60
  {