Skip to content

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