Pure White

Results 2 issues of Pure White

# 问题 在使用`from ltp import LTP`后,无法通过`os.environ['CUDA_VISIBLE_DEVICES']`指定使用的显卡,默认使用0号卡。 # 版本信息 使用的Pytorch版本:1.2.0 (由于cuda版本受限无法在更高版本上实验) 尝试使用的ltp版本:4.0.9 / 4.1.2 (均有问题) # 复现步骤: ## 出问题的情况 ```python import os # 先import LTP,再修改 from ltp import LTP os.environ['CUDA_VISIBLE_DEVICES'] =...

I'm using `pai-easynlp 0.0.3` installed by pip. I copy the training command from [here](https://www.yuque.com/easyx/easynlp/ochmnf) and modify a little. ``` echo '=========[ Fewshot Training: CP-Tuning on Text Classification ]=========' easynlp \...