zhang-jian

Results 8 issues of zhang-jian

Output of cmake -- Boost version: 1.57.0 -- Found the following Boost libraries: -- regex -- filesystem -- system -- iostreams -- program_options -- thread -- Configuring done -- Generating...

Hi, Just wondering if you can explain more about the cost value for the model. From [line](https://github.com/sotelo/parrot/blob/master/model.py#L818), seems the cost of the READER is ignored, or I am missing something...

Sorry if this question is too naive. Can I use this tool on 16k sample rate audios? I am trying to run the demo code on a 16k sample rate...

Hi when reloading ns_wn-gauss model for teacher continue training, I got ``` INFO:tensorflow:Restoring parameters from ns_wn-gauss/model.ckpt-200000 2018-08-09 15:04:30.388764: W tensorflow/core/framework/op_kernel.cc:1202] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key beta1_power not...

Hi, There is a very strange error when running `test_reader.py`. The original `test_reader.py` runs ok. However, once I remove line https://github.com/bfs18/nsynth_wavenet/blob/master/tests/test_reader.py#L26, I got a `Segmentation fault` error, for example: 2018-09-20...

Thank you, very promising result. Dataset: arctic only Parameters: everything is default Training time: 14 hours ![untitled](https://user-images.githubusercontent.com/3985740/27171201-a9b7d55e-51a8-11e7-831e-f728ca042b1c.png) [individualAudio.zip](https://github.com/barronalex/Tacotron/files/1076931/individualAudio.zip)

Hi, Thanks for this implementation. From your implementation includes, there are several important features are marked TODO, e.g. gated convolution and conditional distribution. However, the generated audio (assumed) epoch41_iters420_time1387.67711735.wav is...

Hi, Using PTB data, the PPLs I got is Training: 91.31 Valid: 124.51 Test: 124.12 However, PPLs are much lower (Table 2, https://arxiv.org/pdf/1611.01576.pdf). Just wondering if you have investigated it?...