layer.updates is deprecated, and model_B.summary() instead of model.summary(), fixes #380

main
Aurélien Geron 2021-02-19 08:26:32 +13:00
parent 7223978ae6
commit 97af3c635b
1 changed files with 2 additions and 2 deletions

View File

@ -673,7 +673,7 @@
"metadata": {},
"outputs": [],
"source": [
"bn1.updates"
"#bn1.updates #deprecated"
]
},
{
@ -953,7 +953,7 @@
"metadata": {},
"outputs": [],
"source": [
"model.summary()"
"model_B.summary()"
]
},
{