EdwardLU

Results 16 comments of EdwardLU

also, it conflicts with `lfv89/vim-interestingwords`.

I also have this problem, is anyone have a solution?

You know what, I agree with you, buddy. I'll try. > > I also have this problem, is anyone have a solution? > > Maybe not what you @416207298 are...

It occurs to me, too. Have you solved it? I hope the lastet version of tensorflow would work.

Try this and see if it works: [#253](https://github.com/Rayhane-mamah/Tacotron-2/issues/253)

Unfortunately, I installed tensorflow-gpu 1.7, and still don't work. **Mistakes:** ``` AttributeError: module 'tensorflow.python.ops.rnn_cell_impl' has no attribute 'assert_like_runcell' ```

Hey bro, I just added this function myself through here: [tensorflow source code](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/rnn_cell_impl.py), I added 'assert_like_runcell' at the head of "~/.local/lib/python3.x/site-pakages/tensorflow/python/ops/rnn_cell_impl.py". After that, it can start training. But here's another...

Hi, I have only CPU, too. I wonder how should I modify the parameters in **hparams.py** so that it can start training normally? As I use the default set in...