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 train and generate directories getting created #374

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robdmac
Copy link

@robdmac robdmac commented Mar 4, 2019

This addresses issue #364

train.py was attempting to write to the 'train' directory and throwing a NotFoundError here: https://github.com/ibab/tensorflow-wavenet/blob/master/train.py#L274 which could happen before the makedirs() line in the save function was called.

generate.py did not have a call to makedirs() and so it was possible to get a NotFoundError here: https://github.com/ibab/tensorflow-wavenet/blob/master/generate.py#L263

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