Sam (sam.rngd)

Results 7 comments of Sam (sam.rngd)

I have the same errors

![image](https://user-images.githubusercontent.com/45785880/50818158-c97d6980-1358-11e9-9622-bd99cd226d2f.png)

> Khi thực hiện run repos, tôi đã gặp một lỗi `No module named 'g2pNp2g_simple'` > Tôi phải làm như thế nào để giải quyết vấn đề này đây. bạn...

text-detection-ctpn\utils\bbox> python setup.py build it make new "build" folder then copy 2 file in "build\lib.win-amd64-3.6\" back to "text-detection-ctpn\utils\bbox\"

You got that eror because no have folder “utils/rpn_msr”. You need to copy folder “rpn_msr” from repo to “utils” and try again

> I am getting this error while trying to use latest stable NeMo > > ``` > Traceback (most recent call last): > File "model_test.py", line 3, in > from...

Get error with torch==1.11 (CUDA 11.1), i fixed with torch 1.10 : `pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html`