Browse Source

updated a file name

Dimitri Korsch 4 years ago
parent
commit
6bb88a01f3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      moth_classifier.ipynb

+ 5 - 5
moth_classifier.ipynb

@@ -300,21 +300,21 @@
      "output_type": "stream",
      "text": [
       "Arguments:\n",
-      "  dataset: data/datasets/eu_moths\n",
-      "  weights: data/models/clf_final_2021-03-16-15.12.12.019294678.npz\n",
+      "  dataset: data/eu_moths\n",
+      "  weights: data/2021-03-16-15.12.12.019294678_clf_final.npz\n",
       "  split_id: 0\n",
       "  device_id: 0\n",
       "  batch_size: 32\n",
       "  n_jobs: 4\n",
       "\n",
-      "Created InceptionV3 model with weights from \"data/models/clf_final_2021-03-16-15.12.12.019294678.npz\"\n",
+      "Created InceptionV3 model with weights from \"data/2021-03-16-15.12.12.019294678_clf_final.npz\"\n",
       "Found 1653 training and 552 validation images\n"
      ]
     },
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "d6db493c995e40679bdc1341c8bb1291",
+       "model_id": "f3c8e8a2dfb74b3d984b6b1853174f58",
        "version_major": 2,
        "version_minor": 0
       },
@@ -344,7 +344,7 @@
    "source": [
     "args = Arguments(\n",
     "    dataset=\"data/eu_moths\",\n",
-    "    weights=\"data/clf_final_2021-03-16-15.12.12.019294678.npz\",\n",
+    "    weights=\"data/2021-03-16-15.12.12.019294678_clf_final.npz\",\n",
     ")\n",
     "print(args)\n",
     "\n",