Kuang Ru
Kuang Ru
Pytorchnn only uses one gpu. It's very inefficient when training a large amount of text.
```python from LAC import LAC lac = LAC(mode="seg") lac.run("I don't like it") ``` 输出为 ``` ['I', ' ', 'don', "'", 't', ' ', 'like', ' ', 'it'] ```
Hi @Slyne, Thanks a lot for your work. I followed the demo in runtime/server/x86_gpu but got an error while starting the server. Could you offer some advice? **Log** ============================= ==...
resolve #902
logging.basicConfig here affects all scripts that import this module.
执行脚本后提示: ``` bash 处理 command line 时发生错误: E150: 不是目录: vim-fugitive/doc ``` 打开vim时提示: ``` bash 处理 /[path]/.vimrc 时发生错误: 第 96 行: E117: Unknown function: pathogen#infect E15: 无效的表达式: pathogen#infect() 第 159 行:...
**Debugging checklist** [ ] Have you read the troubleshooting page (https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/troubleshooting.html) and searched the documentation to ensure that your issue is not addressed there? [ ] Have you updated to...
Hi guys, Thanks for your work on this project. I used phaseaug in my vocoder which worked well. but when I compile the whole model in pytorch 2 and get...
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug 某些情况后处理会抛IndexError异常 ### To Reproduce Steps to reproduce the behavior (**always include the...