mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-06 10:50:44 +00:00
Corrected method name for MixUp (#283)
This commit is contained in:
parent
9ab696e876
commit
c2c89759bf
@ -848,7 +848,7 @@
|
|||||||
"```python\n",
|
"```python\n",
|
||||||
"model = xresnet50()\n",
|
"model = xresnet50()\n",
|
||||||
"learn = Learner(dls, model, loss_func=CrossEntropyLossFlat(), \n",
|
"learn = Learner(dls, model, loss_func=CrossEntropyLossFlat(), \n",
|
||||||
" metrics=accuracy, cbs=Mixup)\n",
|
" metrics=accuracy, cbs=MixUp)\n",
|
||||||
"learn.fit_one_cycle(5, 3e-3)\n",
|
"learn.fit_one_cycle(5, 3e-3)\n",
|
||||||
"```"
|
"```"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user