Skip to content

Commit

Permalink
Merge pull request #48 from cpmpercussion/move_to_tf_2_16
Browse files Browse the repository at this point in the history
Move to tf 2 16
  • Loading branch information
cpmpercussion authored Aug 8, 2024
2 parents 09b593a + 8686ec7 commit 6203db9
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 752 deletions.
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

0 comments on commit 6203db9

Please sign in to comment.