当前位置:网站首页>enforce fail at inline_container.cc:222
enforce fail at inline_container.cc:222
2022-04-23 06:12:00 【wujpbb7】
执行 torch.load 时出现错误:
“RuntimeError: [enforce fail at inline_container.cc:222] . file not found: archive/data/94479765723472”
或者
“RuntimeError: [enforce fail at inline_container.cc:145] . PytorchStreamReader failed reading file data/94100453134480: invalid header or archive is corrupted”
原因:
pth文件有问题。多卡训练,保存模型时,只能让一张卡保存,否则 pth文件会乱。
版权声明
本文为[wujpbb7]所创,转载请带上原文链接,感谢
https://blog.csdn.net/blueblood7/article/details/124173853
边栏推荐
- Gee configuring local development environment
- MySQL notes 3_ Restraint_ Primary key constraint
- [point cloud series] a rotation invariant framework for deep point cloud analysis
- c语言编写一个猜数字游戏编写
- 第8章 生成式深度学习
- Exploration of SendMessage principle of advanced handler
- 【点云系列】DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds
- torch_ Geometric learning 1, messagepassing
- Gephi tutorial [1] installation
- winform滚动条美化
猜你喜欢
随机推荐
第3章 Pytorch神经网络工具箱
【点云系列】DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds
PyTorch训练一个网络的基本流程5步法
Raspberry Pie: two color LED lamp experiment
Exploration of SendMessage principle of advanced handler
[recommendation of new books in 2021] enterprise application development with C 9 and NET 5
Gephi tutorial [1] installation
.net加载字体时遇到 Failed to decode downloaded font:
[dynamic programming] different binary search trees
【点云系列】Fully-Convolutional geometric features
第5 章 机器学习基础
Chapter 4 pytoch data processing toolbox
ThreadLocal, just look at me!
SSL/TLS应用示例
[2021 book recommendation] artistic intelligence for IOT Cookbook
[2021 book recommendation] red hat rhcsa 8 cert Guide: ex200
WebView displays a blank due to a certificate problem
常见的正则表达式
N states of prime number solution
PyMySQL连接数据库








