Bingyu JIANG

Results 9 issues of Bingyu JIANG

I run `binarize.py`, it returns error: ``` Traceback (most recent call last): File "/home/jiangbingyu/miniconda3/envs/synta/lib/python3.7/multiprocessing/queues.py", line 236, in _feed obj = _ForkingPickler.dumps(obj) File "/home/jiangbingyu/miniconda3/envs/synta/lib/python3.7/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) File...

下载`chinese_pretrain_mrc_roberta_wwm_ext_large ` 到本地 参数为: ``` model_name = "roberta_wwm_ext_large" # "chinese_pretrain_mrc_macbert_large" model_type = 'bert' threads = 24 eval_batch_size = 64 max_seq_length = 384 max_query_length = 32 doc_stride = 128 n_best_size =...

This is Chinese NL2SQL dataset. It has same format with wikisql. https://github.com/ZhuiyiTechnology/TableQA Except a little of difference. "sql": [2]. It uses list to wrap the value. When I load this...

In paper, they use `Soft Dynamic Time Warping` in KL loss. In your code, I didn't find it. So, is the code in the progress? or any other reason?

Can I train it on multi-speaker dataset, and use for tts? And the result is better than hifigan?

sohu2019 数据集如何下载

Hello, could you release pretrained model?

how to load custom dict?

enhancement

I delete the parameter of `mfa_group` and add the parameter of `spk_name`.