-
ValueError: num_samples should be a positive integer value, but got num_samples=0
请问下这是什么原因
-
您好,我有8个GPU可以使用,pytorch为1.5版本,cuda10.1
当我运行python classifier_pytorch/run_classifier.py时,参数如下:
--model_type=bert
--model_name_or_path=chinese_L-12_H-768_A-12
--task_name=iflytek
--do_train
--do_…
-
使用fastspeech2和wavernn进行合成,命令如下
```
python3 /home/aistudio/PaddleSpeech/paddlespeech/t2s/exps/fastspeech2/../synthesize_e2e.py \
--am=fastspeech2_mix \
--am_config=/home/aistudio/checkpoint/fastspe…
-
This is a good job. Thank you.
And
I remember the f1-score > 88 some days ago, but the f1-score < 88 I ran last night.
Because the entities fully-connected layer use the same weight after the upda…
-
感谢开源非常好的工作!
我使用pytorch==1.7.1,两块V100跑这份代码,参数完全按照papers里面的设置,跑后的错误提示应该是分布式的错误,尝试解决没有解决该问题,特来请教!log日志如下:
Namespace(batch_size=2, bert_output_size=768, bert_path='/home/data/bert-base-chinese'…
-
为什么 我换成 sber的取embedding 效果差很多,
-
I am very interested in this project, when will the scripts for training new models be open? I would like to know how to train a new model.
-
感谢作者开源代码,但运行pred_zh.sh 过程中遇到了问题
RuntimeError: File models/model.zh.seed-1 unavailable. Please try other sources.
想请教下脚本中用到的文件 去哪下载,例如
gec_path:=models/model.zh.seed-1
lm_path:=uer/gpt2-chinese…
-
-
Since that gluon-nlp already has very good tools for BERT and also that it has basic data processing for named entity recognition ready from https://github.com/dmlc/gluon-nlp/pull/466 , I wanted to bu…