1) ignite模块没有安装的原因
安装命令:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytorch-ignite
注意:最好安装的时候指定版本0.1.2,即让pytorch-ignite==0.1.2,还有在安装这个库之前切记不可以安装pytorch,否则运行代码可能报错
2) 安装ignite模块出现问题“ValueError: Argument save_interval is deprecated and should be None.”
解决办法可参照博客:https://blog.youkuaiyun.com/weixin_43994864/article/details/129376508
亲测有效哟!!O(∩_∩)O