apex: TypeError: Class advice impossible in Python3
apex: TypeError: Class advice impossible in Python3
我安装了顶点:
pip uninstall apex
我的配置如下:
- 火炬版本 1.7.1
- python 版本 3.7
- cuda 11.0
我在 运行 导入 pytorch 后遇到了这个错误:
TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead.
我卸载了旧版本的apex,重新安装了一个新版本。有效。谢谢
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install
我安装了顶点:
pip uninstall apex
我的配置如下:
- 火炬版本 1.7.1
- python 版本 3.7
- cuda 11.0
我在 运行 导入 pytorch 后遇到了这个错误:
TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead.
我卸载了旧版本的apex,重新安装了一个新版本。有效。谢谢
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install