Skip to content

Commit

Permalink
Added features.npy and labels.npy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthVivekanand committed Oct 29, 2020
1 parent 618ca87 commit f48f3ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audio_preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@
" \n",
" return (D_true)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"features = np.load(\"features.npy\", allow_pickle=True)\n",
"labels = np.load(\"labels.npy\", allow_pickle=True)"
]
}
],
"metadata": {
Expand Down

0 comments on commit f48f3ef

Please sign in to comment.