Add warning about Keras issue 13586

main
Aurélien Geron 2020-03-12 12:16:18 +13:00
parent b9577ed797
commit 0c2c80d89e
1 changed files with 7 additions and 0 deletions

View File

@ -1510,6 +1510,13 @@
"tf.random.set_seed(42)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Warning**: the following cell crashes at the end of training. This seems to be caused by [Keras issue #13586](https://github.com/keras-team/keras/issues/13586), which was triggered by a recent change in Scikit-Learn. [Pull Request #13598](https://github.com/keras-team/keras/pull/13598) seems to fix the issue, so this problem should be resolved soon."
]
},
{
"cell_type": "code",
"execution_count": 100,