Преглед изворни кода

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)"
    ]
   },