Pārlūkot izejas kodu

Updating name of Colorizer to Colorizer34- dumb mistake on my part!

Jason Antic 6 gadi atpakaļ
vecāks
revīzija
f239e8295b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      DeOldify_colab.ipynb

+ 1 - 1
DeOldify_colab.ipynb

@@ -275,7 +275,7 @@
     "#though you may also find that certain images will actually render better at lower numbers.  \n",
     "#This tends to be the case with the oldest photos.\n",
     "render_factor=42\n",
-    "filters = [Colorizer(gpu=0, weights_path=weights_path)]\n",
+    "filters = [Colorizer34(gpu=0, weights_path=weights_path)]\n",
     "vis = ModelImageVisualizer(filters, render_factor=render_factor, results_dir=results_dir)"
    ]
   },