File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
research/denoised_smoothing/notebooks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 {
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" ,
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 " ,
You can’t perform that action at this time.
0 commit comments