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

Fix generate.py to write summary_out properly #397

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

Conversation

ghleokim
Copy link

@ghleokim ghleokim commented Aug 12, 2020

Hello,

I am trying to generate audio with this model.

Giving wav_out_path properly, the output seems to be generated as intended. However, when I run a tensorboard server with logdir/ files, the summary file does not show up properly.

I looked up the issue tab on this repo. As mentioned in several other issues like #391, #338, #262, and #232, I couldn't see generated output. My case was the same.

By changing the shape inside summary_out(...) from [-1,1] to [1,-1] solved this problem.

@ghleokim
Copy link
Author

ghleokim commented Aug 12, 2020

  1. Tensorboard output with original code

Screen Shot 2020-08-12 at 4 40 17 PM

  1. Tensorboard output with modified code

Screen Shot 2020-08-12 at 4 40 27 PM

  1. Also double-checked if the shown audio is identical to the generated output file.

Screen Shot 2020-08-12 at 4 41 10 PM

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.

1 participant