mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
layer.updates is deprecated, and model_B.summary() instead of model.summary(), fixes #380
This commit is contained in:
@@ -673,7 +673,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"bn1.updates"
|
||||
"#bn1.updates #deprecated"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -953,7 +953,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"model.summary()"
|
||||
"model_B.summary()"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user