Upload Adversarial_sample_using_ART.ipynb
Browse files
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
|
| 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 |
{
|