Jeryi-Sun / SPACES-Pytorch

苏神SPACE pytorch版本复现
MIT License
42 stars 4 forks source link

能提供一下nezha pytorch的预训练模型吗? #11

Open xdnjust opened 2 years ago

xdnjust commented 2 years ago

我在网上下的模型不知道为什么一直报错,如下问题: RuntimeError: version_ <= kMaxSupportedFileFormatVersion INTERNAL ASSERT FAILED at ..\caffe2\serialize\inline_container.cc:132, please report a bug to PyTorch. Attempted to read a PyTorch file with version 3, but the maximum supported version for reading is 2. Your PyTorch installation may be too old. (init at ..\caffe2\serialize\inline_container.cc:132) (no backtrace available)

各位能帮忙看一下吗?或者推荐一下下载链接

OneDirection67 commented 2 years ago

解决了吗,我看有人说是训练的时候用的torch版本高,然后测试的时候版本低导致的,但是我的训练测试都是在一台机器上,所有的版本都和之前的一样,也出现了这个问题。

xdnjust commented 2 years ago

没解决,你解决了吗?