Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to tf 2 16 #48

Merged
merged 10 commits into from
Aug 8, 2024
2 changes: 2 additions & 0 deletions keras_mdn_layer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Provided under MIT License
"""

import os;os.environ["TF_USE_LEGACY_KERAS"]="1"
from tensorflow import keras
from tensorflow.keras import backend as K
from tensorflow.keras import layers
Expand Down
Loading
Loading