GithubHelp home page GithubHelp logo

keras-wavenet's People

Contributors

arjung128 avatar liviu- avatar usernaamee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keras-wavenet's Issues

Maybe this is a bug...

the line in No.95

seed_audio[-1] = ampl_val_16
seed_audio[:-1] = seed_audio[1:]

should be

seed_audio[:-1] = seed_audio[1:]
seed_audio[-1] = ampl_val_16

The order can't be reverse

Bug in frame_generator?

In frame_generator, shouldn't temp = audio[i + frame_size + 1] be temp = audio[i + frame_size]?
Otherwise you skip a sample.

Missing 'validate.wav' and 'train.wav'

The code assumes that validate.wav and train.wav are in the same folder, however, they are not shared as part of the repo. It would be great if a sample dataset or steps acquire one can be added.

AtrousConvolution2D assertion error setting atrious rate.

Iโ€™m getting an assertion error for AtrousConvolution2D setting the atrous rate. Are you getting this?

Traceback (most recent call last):
File "simple-generative-model-regressor.py", line 83, in
model = get_basic_generative_model(frame_size)
File "simple-generative-model-regressor.py", line 30, in get_basic_generative_model
l1a, l1b = wavenetBlock(10, 5, 2, 1, 3)(input)
File "simple-generative-model-regressor.py", line 16, in f
border_mode='same')(input)
File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 515, in call
self.add_inbound_node(inbound_layers, node_indices, tensor_indices)
File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 573, in add_inbound_node
Node.create_node(self, inbound_layers, node_indices, tensor_indices)
File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 150, in create_node
output_tensors = to_list(outbound_layer.call(input_tensors[0], mask=input_masks[0]))
File "/usr/local/lib/python2.7/dist-packages/keras/layers/convolutional.py", line 663, in call
filter_dilation=self.atrous_rate)
File "/usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.py", line 1520, in conv2d

this implementation seems not same as deepmind's description

Hi, the causal conv descripted in deepmind paper is fully convolution, and it is left-right unbalance. Then they can get high parallel. But your implementation is to predict the 4097th sample by i:i+4096, this seems infeasible for speech data (16k per second).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.