You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following will break as reimporting Keras will try to re-register
the Tensorflow list/dict wrappers. Presumably anything that forced an
actual reimport of `keras` would trigger the same crash.
```python
import keras
keras.config.set_backend("tensorflow")
```
0 commit comments