Yong Shan

Results 14 issues of Yong Shan

Hi, thank you for the efforts. I want to use fast_soft_sort in fp16 setting. It seems that fast_soft_sort doesn't support fp16 yet? Looking forward to your reply!

Thank you for the development of this great tool! I really like it and use it almost everyday. For many songwriters, they need to align melody and lyrics to know...

Hi, I preprocessed the raw dataset following the readme but found a bug during pretraining. There is the full stack trace: ``` Traceback (most recent call last): File "/usr/local/python3/lib/python3.6/site-packages/torch/multiprocessing/spawn.py", line...

Hi, thanks for your great work! I'm interested in your novel approach. Can you release the finetuned checkpoint for us to reproduce the results?

Hi, thanks for the great work! I want to inference on my own files. I generated the corresponding meta.json and tried to binarize it. But the binarizer can only generate...

Hi, thanks for the great work. There are results about `D.AVG`, `p.Ent`, `p.Ctd`, `Delta P`, `C.Score` metrics in your paper while no evaluation implementations in your repo. How to get...

Hi, thank you for the great work. I am new to Sing Voice Sythesis. Similar to #5 , if the dataset is in Chinese, how to modify the encoder?

I used default dl4mt_nist_zh2en.yaml to train DL4MT model on 1.25M NIST zh-en corpus and I found the code occupies ~10G gpu memory, which is much higher than my in-house implementation....

Hi. You said there are some differences between your transformer implementation and tensor2tensor. I have reviewed your code and I didn't find it, so what's the difference? Have you tested...

Hi, I saw you add dropout layer after word embedding, which was not mentioned in rnnsearch paper "Neural Machine Translation by Jointly Learning to Align and Translate". Does this trick...