TypeError: Class advice impossible in Python3. Use the @Implementer class decorator instead
问题解决
按照以下方式重新安装apex
pip uninstall apex
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install
参考资料
https://www.jianshu.com/p/10a9f07a71a3
https://github.com/NVIDIA/apex/issues/116
也可以从这下载:
https://gitee.com/jacke121/apex