Carl Robinson
Carl Robinson
Looks like Google have been working on an even bigger and better version https://github.com/tensorflow/tensor2tensor
I'm interested in doing this too. In lieu of actually disabling the embedding, would setting the embedding.dim parameter to 1 have a similar effect?
i got it working by setting all the environment variables in the same bash script. The ones set in the data script were being lost when the script terminated, so...
Hi, cloning the repo to download everything at once is the easiest. Just open a command prompt and enter: `git clone https://github.com/carl-robinson/voice-emotion-seq2seq.git ` To download a single file, you can...
+1 for tensorflow model support. I've been using https://github.com/google/seq2seq/, and am moving to the latest seq2seq framework from Google: https://github.com/tensorflow/tensor2tensor/