Skip to content

Commit 0e13a93

Browse files
committed
modified paths
1 parent f68d67f commit 0e13a93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

research/denoised_smoothing/notebooks/Train_Denoiser.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"colab_type": "text"
4141
},
4242
"source": [
43-
"<a href=\"https://colab.research.google.com/github/sayakpaul/Denoised-Smoothing-TF/blob/main/Train_Denoiser.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
43+
"<a href=\"https://colab.research.google.com/github/sayakpaul/neural-structured-learning/blob/master/research/denoised_smoothing/notebooks/Train_Denoiser.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
4444
]
4545
},
4646
{
@@ -56,16 +56,16 @@
5656
"cell_type": "code",
5757
"metadata": {
5858
"id": "w5c3ETYvNX92",
59-
"outputId": "dbbbf182-65b5-438b-f97e-57d1c7b4eec3",
6059
"colab": {
6160
"base_uri": "https://localhost:8080/"
62-
}
61+
},
62+
"outputId": "dbbbf182-65b5-438b-f97e-57d1c7b4eec3"
6363
},
6464
"source": [
65-
"!git clone https://github.com/sayakpaul/Denoised-Smoothing-TF\n",
66-
"!cd Denoised-Smoothing-TF && tar xf models.tar.gz"
65+
"!git clone https://github.com/sayakpaul/neural-structured-learning\n",
66+
"!cd neural-structured-learning/research/denoised_smoothing && tar xf models.tar.gz"
6767
],
68-
"execution_count": 1,
68+
"execution_count": null,
6969
"outputs": [
7070
{
7171
"output_type": "stream",
@@ -88,7 +88,7 @@
8888
},
8989
"source": [
9090
"import sys\n",
91-
"sys.path.append(\"Denoised-Smoothing-TF\")\n",
91+
"sys.path.append(\"neural-structured-learning/research/denoised_smoothing\")\n",
9292
"\n",
9393
"from models import dncnn\n",
9494
"\n",

0 commit comments

Comments
 (0)