yifanhunter

Results 7 comments of yifanhunter

> @saberwangcn 感谢这几个bug的fix。已经发布3.3.0-BETA1,已经对代码进行合并。 测试还是有不一致的情况,不知道是不是jieba分词产生影响的~ 你们4.0.0是最新稳定版本了吗,可有写版本更新的内容啊?

Excuse me again,what are the requirements for the tested data? I find that your data has been marked. Test data is also labeled.

Thank you for your reply, and ask another question: Does your model do not support downstream tasks? That is, I give a standard text, and the corresponding emotional output cannot...

Thank you for your reply, and ask another question: Does your model do not support downstream tasks? That is, I give a standard text, and the corresponding emotional output cannot...

Yes, give the system an unlabeled text, and get the aspects and emotions directly through the system.

1) Versioning: Make sure pytorch is installed according to the cuda version; 2) Run conda install -c conda-forge gcc=9.5.0 gxx=9.5.0; 3) CUDA_EXT=1 pip install colossalai; 4) ModuleNotFoundError: No module named...

> Have you tried installing from source? Or try the command `CUDA_EXT=1 pip install colossalai` to install the lib? > > If you have solved the issue, kindly share your...