ソースを参照

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": [],
    "outputs": [],
    "source": [
    "source": [
     "if not path_lr.exists():\n",
     "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)"
     "    parallel(create_training_images, il.items)"
    ]
    ]
   },
   },

+ 1 - 1
ColorizeTrainingStable.ipynb

@@ -140,7 +140,7 @@
    "outputs": [],
    "outputs": [],
    "source": [
    "source": [
     "if not path_lr.exists():\n",
     "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)"
     "    parallel(create_training_images, il.items)"
    ]
    ]
   },
   },