Browse Source

updated weights path

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

+ 1 - 1
moth_classifier.ipynb

@@ -344,7 +344,7 @@
    "source": [
    "source": [
     "args = Arguments(\n",
     "args = Arguments(\n",
     "    dataset=\"data/eu_moths\",\n",
     "    dataset=\"data/eu_moths\",\n",
-    "    weights=\"data/2021-03-16-15.12.12.019294678_clf_final.npz\",\n",
+    "    weights=\"data/clf_final_2021-03-16_0003.npz\",\n",
     ")\n",
     ")\n",
     "print(args)\n",
     "print(args)\n",
     "\n",
     "\n",