摘要: TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead. 装完apex报以上错误,按以下方式重装即可。 pip uninstall apex git clone https 阅读全文
posted @ 2020-09-18 10:20 Xycdada 阅读(967) 评论(0) 推荐(0) 编辑
摘要: python -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/sim 阅读全文
posted @ 2020-09-18 10:16 Xycdada 阅读(674) 评论(0) 推荐(0) 编辑
摘要: import os os.environ["CUDA_VISIBLE_DEVICES"] = "1" # os.environ["CUDA_VISIBLE_DEVICES"] = "0,2,3" 阅读全文
posted @ 2020-09-18 10:15 Xycdada 阅读(193) 评论(0) 推荐(0) 编辑