tensorflow-wavenet icon indicating copy to clipboard operation
tensorflow-wavenet copied to clipboard

Allow backward neural connections

Open ghost opened this issue 7 years ago • 0 comments

I'm trying to use wavenet to implement audio conversion instead of audio generation, which means that I don't have to restrict learning on previous inputs, so that the network would look something like this: image

Would there be a way to do this with wavenet, so that we are not restricted to only previous inputs?

ghost avatar Jan 04 '18 10:01 ghost