From 67711664c6b2dbdc3ad5a2be5cadf2fff0795aec Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Mon, 25 Apr 2022 16:25:28 +1000 Subject: [PATCH] clean --- 02_production.ipynb | 2 +- 10_nlp.ipynb | 2 +- clean/16_accel_sgd.ipynb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/02_production.ipynb b/02_production.ipynb index 6c2a014..98c853b 100644 --- a/02_production.ipynb +++ b/02_production.ipynb @@ -2011,4 +2011,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +} diff --git a/10_nlp.ipynb b/10_nlp.ipynb index e78f3e0..451ae76 100644 --- a/10_nlp.ipynb +++ b/10_nlp.ipynb @@ -2283,4 +2283,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +} diff --git a/clean/16_accel_sgd.ipynb b/clean/16_accel_sgd.ipynb index a411f0d..492d60c 100644 --- a/clean/16_accel_sgd.ipynb +++ b/clean/16_accel_sgd.ipynb @@ -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()" ] }, {