Jimmy Liu

Results 8 issues of Jimmy Liu

I wanna control the info message "examples/sec" appearance. Cause I use the google colab to train the model, the more info appear, the browser would be stuck. So I set...

感谢分享此项目。在windows 7平台下安装`pip install cntn`遇到如下问题,请问应该如何解决呢?期待您的回复,谢谢。 ``` Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "E:\temp\pip-build-n859kqw7\cntn\setup.py", line 15, in long_description=read_readme(), File "E:\temp\pip-build-n859kqw7\cntn\setup.py",...

Hello, when I run the demo script for tagmynews, it shows that error: "RuntimeError: CUDA out of memory. Tried to allocate 3.95 GiB (GPU 0; 10.73 GiB total capacity; 8.07...

### 哪一个页面? https://www.bilibili.com/video/av21618499 ### 出了什么问题? 没有显示下载按钮 ### 用的浏览器是? Chrome 66.0.3359.181(正式版本) (64 位)

Thanks for sharing the code. When I tested the UBM model, I encountered a question. We all know that UBM uses the EM algorithm to estimate the parameter. For example,...

Thanks for your work. I wanna ask a question why epoch in log is different from progress. I have used the command to run the lora tuning with 8 gpus....

**General Question** Thanks for your work. I wanna ask how can I get the total connection of nebula-http-gateway. I can use the command below to get the connection: ``` curl...

question

感谢你的工作。我想将其编译成jar包,放到spark集群使用。 但是该怎么做呢? 直接使用这个文件https://search.maven.org/artifact/io.github.frapples.javapinyin/java-pinyin/1.0-alpha-1/jar 使用时会报错:`java.lang.NoClassDefFoundError: Could not initialize class io.github.frapples.javapinyin.api.JavaPinyin` 我直接下载你的源码,想用idea进行编译成jar包。可是总是提示以下版本not found,换成maven网站上其他版本也不行。 ``` org.apache.maven.plugins maven-source-plugin 3.0.1 ``` 期待你的回答。