Tuan Nguyen

Results 18 comments of Tuan Nguyen

Hi @marshonhuckleberry , Thanks for interesting in this work. This is just a vocoder, not a full text-to-speech system, which converts audio features into sound. I worked on this repo...

My vocoder needs input is the spectrogram of audio, so you need to generate it somehow (i.e. train neural network to predict spectrogram given text). After that, it's easy to...

It seems like I have to set `draggable="true"` beside `data-drag-handle=""` in the DOM element to make it works. Setting `draggable="true"` in the ancestor node of the handle also works. Link:...

Hi @marcuslinke I try to test your image but I get this error ``` registrator_1 | 2017/10/02 03:07:31 Syncing swarm mode vip services. Swarm control available: true registrator_1 | 2017/10/02...

Hi @marcuslinke, I deploy registrator as a docker container, not a service. My docker version is `17.06.0-ce`.

The output is as follow: ``` [ { "ID": "0aowu9zo26qk468q5vqs56l7b", "Version": { "Index": 13931681 }, "CreatedAt": "2017-06-24T03:02:58.330790262Z", "UpdatedAt": "2017-09-29T15:26:59.80807029Z", "Spec": { "Name": "ip2loc", "Labels": {}, "TaskTemplate": { "ContainerSpec": { "Image":...

Yes, I'm using the latest image. If I use your configuration, the exception doesn't throws. However, it doesn't recognize service, both in `global` mode and `replicate` mode.

something like this: ``` registrator_1 | 2017/10/02 15:37:02 Syncing swarm mode vip services. Swarm control available: true registrator_1 | 2017/10/02 15:37:02 added: swarm vip service ip2loc:8089 registrator_1 | 2017/10/02 15:37:02...

I updated log output a little more. @marcuslinke , you can check it now.

Hi @marcuslinke, I tested your new image, but it seem didn't work. If I test creating a service with `global` mode, It only recogizes instances that are manager nodes: ```...