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

make it work with TensorFlow>=2.0 and librosa>=0.7 #406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lene
Copy link

@lene lene commented May 20, 2022

No description provided.

@brunolcarli
Copy link

I have tested these changes and it do fixes the project issues for newer versions of TF. I vote this PR to be merged 👍

@triscuitcircuit
Copy link

triscuitcircuit commented Jun 8, 2023

tf.histogram_summary should be changed to tf.summary.histogram within model.py.

librosa.output.write_wav(filename, y, sample_rate) should be replaced with sf.write(filename, y, sample_rate, "PCM_24") with sf as the python soundfile import within "generate.py"

Also requirements.txt should be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants