Selaa lähdekoodia

Merge pull request #137 from alexandrevicenzi/wget

Remove duplicated wget
Jason Antic 6 vuotta sitten
vanhempi
sitoutus
5d5a284c1a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ImageColorizerColab.ipynb

+ 1 - 1
ImageColorizerColab.ipynb

@@ -141,7 +141,7 @@
    "outputs": [],
    "source": [
     "!mkdir 'models'\n",
-    "!wget wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth"
+    "!wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth"
    ]
   },
   {