Kaizhi Qian
Kaizhi Qian
Yes, it worked on one powerpc system when I was raising the "change gender" problem. This segmentation fault happens when I moved to a different powerpc system. The brainless "fix"...
After more exploration, I find it does hang forever in some cases, but the cause is not multiprocessing. I will let you know as soon as I find more details....
@YannickJadoul I just managed to make a minimal reproducing example. I send it to your email because there is data. Thanks for your help!
@YannickJadoul That sounds reasonable! Looking forward to the newer version of parselmouth.
Should the argument time_step be set to 0.8/pitch_floor ?
Does not seem to work either ...
I only tried opennmt transformer decoder, because I have many customized operations and the opennmt looks more flexible.
Yes. Opennmt decoder works fine. I just used the transformer decoder similar to the one in "Attention is all you need". Basically, I used the transformer decoder in modeling_decoders.py, and...
I have done that. The results match correctly. However, when you call inference many times, it may break at some point. Specifically, it looks like the inference breaks at the...
I checked that as well. Only used less than 50%.