mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
clean
This commit is contained in:
parent
214c6efce1
commit
67711664c6
@ -2011,4 +2011,4 @@
|
|||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 4
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
@ -2283,4 +2283,4 @@
|
|||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 2
|
||||||
}
|
}
|
||||||
|
@ -319,8 +319,8 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"class ModelResetter(Callback):\n",
|
"class ModelResetter(Callback):\n",
|
||||||
" def begin_train(self): self.model.reset()\n",
|
" def before_train(self): self.model.reset()\n",
|
||||||
" def begin_validate(self): self.model.reset()"
|
" def before_validate(self): self.model.reset()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user