wgpubs commited on
Commit
c69d521
1 Parent(s): b095443

update to work on kaggle or not

Browse files
Files changed (1) hide show
  1. nbs/train.ipynb +1 -2
nbs/train.ipynb CHANGED
@@ -84,9 +84,8 @@
84
  " data_path = Path(\"../data\")\n",
85
  " model_path = Path(\"../models\")\n",
86
  "\n",
87
- "\n",
88
  "data_path.mkdir(exist_ok=True, parents=True)\n",
89
- "model_path"
90
  ]
91
  },
92
  {
 
84
  " data_path = Path(\"../data\")\n",
85
  " model_path = Path(\"../models\")\n",
86
  "\n",
 
87
  "data_path.mkdir(exist_ok=True, parents=True)\n",
88
+ "model_path.mkdir(exist_ok=True, parents=True)"
89
  ]
90
  },
91
  {