Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 25, 2022
1 parent 214c6ef commit 6771166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 02_production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2011,4 +2011,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion 10_nlp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2283,4 +2283,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
4 changes: 2 additions & 2 deletions clean/16_accel_sgd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@
"outputs": [],
"source": [
"class ModelResetter(Callback):\n",
" def begin_train(self): self.model.reset()\n",
" def begin_validate(self): self.model.reset()"
" def before_train(self): self.model.reset()\n",
" def before_validate(self): self.model.reset()"
]
},
{
Expand Down

0 comments on commit 6771166

Please sign in to comment.