瀏覽代碼

fix fastAI ImageItemList that became ImageList

jqueguiner 6 年之前
父節點
當前提交
c999c8243f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ColorizeTrainingArtistic.ipynb
  2. 1 1
      ColorizeTrainingStable.ipynb

+ 1 - 1
ColorizeTrainingArtistic.ipynb

@@ -140,7 +140,7 @@
    "outputs": [],
    "source": [
     "if not path_lr.exists():\n",
-    "    il = ImageItemList.from_folder(path_hr)\n",
+    "    il = ImageList.from_folder(path_hr)\n",
     "    parallel(create_training_images, il.items)"
    ]
   },

+ 1 - 1
ColorizeTrainingStable.ipynb

@@ -140,7 +140,7 @@
    "outputs": [],
    "source": [
     "if not path_lr.exists():\n",
-    "    il = ImageItemList.from_folder(path_hr)\n",
+    "    il = ImageList.from_folder(path_hr)\n",
     "    parallel(create_training_images, il.items)"
    ]
   },