Sfoglia il codice sorgente

fix fastAI ImageItemList that became ImageList

jqueguiner 6 anni fa
parent
commit
c999c8243f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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)"
    ]
   },