pytorch中Parent directory ../model does not exist.怎么解决啊
亲身经验,有的torch版本保存路径不支持中文路径,比如torch1.13就不行,但是torch1.9的就可以
提示目录model目录不存在,请检查下你的路径有没有写错,把你的路径输出下,然后对比下对不对。