-
I am trying to fine tune the model using the pre-trained model and a custom character dictionary. When loading the dataset I get this error, that I couldn't figure it out: Process finished with exit …
-
-5/25/2020
Created the repo for the Covid19Twitter project
-
## 🐛 Bug
Torch fails to install with GPU support after following the instructions at https://github.com/pytorch/pytorch#from-source.
```
import torch
torch.cuda.is_available() # returns False
t…
-
我用ch_ppocr_mobile_v1.1_rec的“训练模型” (注意是训练模型,不是预训练模型)上进行finetune,训练收敛后acc达到0.75,我使用export_model得出的推理模型进行推理,结果输入图片得不到输出,用infer_rec.py也一样。
而用我自己从头开始训的模型则可以正常识别,请问是哪里出了问题?
我的yml配置文件如下:
主要修改了max_text_l…
-
here we will write tasks, brainstorming, discussions, questions, etc. for projects
---
Meeting 👍 Mondays 6-7 and Thursdays 5-6
----
Brando's availability
Monday 4-6pm (or even 7pm)
Th…
-
when i train yolov3-tiny, appear error matrix_wrap.cpp:800: error: (-215:Assertion failed) (flags & FIXED_TYPE) != 0 in function 'type'. opencv version 3.4.3. please how to solve it @AlexeyAB
ou525 updated
3 years ago
-
```
speechbrain.core - Exception:
Traceback (most recent call last):
File ".\train.py", line 396, in
asr_brain.fit(
File "f:\codes\python apps\asr\speechbrain-released\speechbrain\core.p…
-
I cloned the repository, then I installed all needed dependencies on Fedora 31 by running `# dnf install automake g++ libtool` then I runned `buildWithPortAudio.sh`, but I got error `failed to build …
-
Related to **Model/Framework(s)**
[Tacotron2-Waveglow/PyTorch]
**Describe the bug**
I try inference by pre-trained models is ok:
python inference.py --tacotron2 nvidia_tacotron2pyt_fp16_20190…
-
## Description
I trainned a encoder model in pytorch export the model as torch trace.I inferenced the model all right on the same computer in python. But when i load the model on java and run infere…