mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
This reverts commit 665c238467
.
This commit is contained in:
parent
9f9e59790c
commit
7b4422a79b
@ -3013,7 +3013,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"def mse(preds, targets): return ((preds-targets)**2).mean().sqrt()"
|
||||
"def mse(preds, targets): return ((preds-targets)**2).mean()"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user