Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 authored Sep 12, 2023
1 parent 55abd01 commit d02c6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
"metadata": {},
"outputs": [],
"source": [
"with open('linear_classifier.pkl', 'wb') as model_file:\n",
" pickle.dump(model, model_file)"
"# with open('linear_classifier.pkl', 'wb') as model_file:\n",
"# pickle.dump(model, model_file)"
]
},
{
Expand Down

0 comments on commit d02c6ab

Please sign in to comment.