Skip to content

Commit d22929e

Browse files
committed
modified paths
1 parent 0e13a93 commit d22929e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

research/denoised_smoothing/notebooks/Train_Classifier.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"colab_type": "text"
4343
},
4444
"source": [
45-
"<a href=\"https://colab.research.google.com/github/sayakpaul/Denoised-Smoothing-TF/blob/main/Train_Classifier.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
45+
"<a href=\"https://colab.research.google.com/github/sayakpaul/neural-structured-learning/blob/master/research/denoised_smoothing/notebooks/Train_Classifier.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
4646
]
4747
},
4848
{
@@ -58,16 +58,16 @@
5858
"cell_type": "code",
5959
"metadata": {
6060
"id": "4sfls3mIJCsY",
61-
"outputId": "3bf3d897-ec81-49eb-9020-6c197322492a",
6261
"colab": {
6362
"base_uri": "https://localhost:8080/"
64-
}
63+
},
64+
"outputId": "3bf3d897-ec81-49eb-9020-6c197322492a"
6565
},
6666
"source": [
67-
"!git clone https://github.com/sayakpaul/Denoised-Smoothing-TF\n",
68-
"!cd Denoised-Smoothing-TF && tar xf models.tar.gz"
67+
"!git clone https://github.com/sayakpaul/neural-structured-learning\n",
68+
"!cd neural-structured-learning/research/denoised_smoothing && tar xf models.tar.gz"
6969
],
70-
"execution_count": 1,
70+
"execution_count": null,
7171
"outputs": [
7272
{
7373
"output_type": "stream",
@@ -90,7 +90,7 @@
9090
},
9191
"source": [
9292
"import sys\n",
93-
"sys.path.append(\"Denoised-Smoothing-TF\")\n",
93+
"sys.path.append(\"neural-structured-learning/research/denoised_smoothing\")\n",
9494
"\n",
9595
"from models import resnet20\n",
9696
"\n",

0 commit comments

Comments
 (0)