Skip to content

Commit

Permalink
updated to new keras_mdn_layer package with new import
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed May 9, 2024
1 parent d02d7fc commit 0528d06
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion impsy/mdrnn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
import numpy as np
import tensorflow.compat.v1 as tf
import mdn
import keras_mdn_layer as mdn
import time

tf.logging.set_verbosity(tf.logging.INFO) # set logging.
Expand Down
17 changes: 12 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = ">=3.11,<3.12"
tensorflow-probability = "0.23.0"
python-osc = "^1.8.3"
keras-mdn-layer = "^0.3.0"
keras-mdn-layer = "^0.4.0"
pandas = "^2.0.3"
tensorflow-macos = {version = "2.15.0", platform = "darwin"}
tensorflow = {version = "2.15.0", platform = "linux"}
Expand Down

0 comments on commit 0528d06

Please sign in to comment.