Procházet zdrojové kódy

Fixing results directory reference

Jason Antic před 6 roky
rodič
revize
aa12f7d950
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      DeOldify_colab.ipynb

+ 1 - 1
DeOldify_colab.ipynb

@@ -525,7 +525,7 @@
     "#This tends to be the case with the oldest photos.\n",
     "render_factor=42\n",
     "filters = [Colorizer(gpu=0, weights_path=weights_path)]\n",
-    "vis = ModelImageVisualizer(filters, render_factor=render_factor, results_dir='result_images')"
+    "vis = ModelImageVisualizer(filters, render_factor=render_factor, results_dir=results_dir)"
    ]
   },
   {