-
```python
name = data['name'] if data['name'] else 'Untitled folder',
depth_idx = 0 if data['depth_idx'] == 0 else data['depth_idx'],
…
-
I tried making a guest account for testing and I wasn't receiving an email to make a new user.
I followed the warning here by adding my admin as the group admin and then tried again with the same …
-
Hi,
Thank you for providing `mixed_large_24_model.bin`.
I was trying to convert this model using `scripts/convert_bert_from_uer_to_google.py`.
Everything goes fine without any alerts.
However, wh…
-
在对模型进行的预训练时,readme给出的指导并没有给出预训练模型的路径,而只有模型的输出路径,但我想使用训练好的模型接着进行预训练时,得到的结果是未经预训练模型产生的结果,经过实验,如果想使用已经预训练的模型接着进行预训练,应当在运行pretrain.py文件时加入预训练模型的路径参数:--pretrained_modle_path,指明预训练模型的路径
-
求歌曲语料库下载
-
执行run_classifier_infer遇到问题
```
Traceback (most recent call last):
File "inference/run_classifier_infer.py", line 142, in
main()
File "inference/run_classifier_infer.py", line 101, in mai…
-
Buenas tardes.
Estoy realizando la instalación de la Consola de UeR y cuando hay que crear la Base de Datos he visto que en el manual URBR-CON_2011_12_Manual_Instalacion_v006 utilizan unos archivos .…
-
question:
Is HardInfo correctly installed?
See if share/hardinfo and /usr/local/lib/hardinfo exists and you have read permission.
-
@twood02 Last week I said I would continue to try to put the rhythm & bad word detection together, but to no avail I was not able to make the libraries work together even after trying to call one of t…
-
I try to use the **MixedCorpus+GptEncoder+LmTarget** model for generate some text like GPT2. And I followed the example scripts like
```
python3 scripts/generate.py --pretrained_model_path models/gp…