Skip to content

Commit

Permalink
Filter for files in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thibo73800 committed Mar 27, 2019
1 parent 06be2a2 commit f61e9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quick Draw CNN.ipynb
Expand Up @@ -96,7 +96,7 @@
],
"source": [
"dataset_dir = \"quick_draw_dataset\"\n",
"files = os.listdir(dataset_dir)\n",
"files = [name for name in os.listdir(dataset_dir) if \".npy\" in name]\n",
"max_size_per_cl = 1500\n",
"draw_class = []\n",
"\n",
Expand Down

0 comments on commit f61e9f1

Please sign in to comment.