Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Enabled the DeprecationWarning to show always (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan6181 authored Jul 2, 2020
1 parent 3703e0e commit b4ff29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from .models import Sequential

import warnings
warnings.simplefilter('always', DeprecationWarning)
warnings.warn("MXNet support in Keras is going to be discontinued and v2.2.4.3 is the last "
"release as multi-backend Keras has been discontinued . It is recommended to "
"consider switching to MXNet Gluon. More information can be found here: "
Expand Down

0 comments on commit b4ff29f

Please sign in to comment.