当前位置:网站首页>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
边栏推荐
- Chapter 2 pytoch foundation 1
- 【点云系列】FoldingNet:Point Cloud Auto encoder via Deep Grid Deformation
- Gee configuring local development environment
- 第1章 NumPy基础
- torch_ Geometric learning 1, messagepassing
- Easyui combobox 判断输入项是否存在于下拉列表中
- Component based learning (1) idea and Implementation
- 深度学习模型压缩与加速技术(一):参数剪枝
- Migrating your native/mobile application to Unified Plan/WebRTC 1.0 API
- Chapter 5 fundamentals of machine learning
猜你喜欢
随机推荐
Component learning (2) arouter principle learning
【指标】Precision、Recall
PyTorch 10. 学习率
Keras如何保存、加载Keras模型
PyMySQL连接数据库
5种方法获取Torch网络模型参数量计算量等信息
利用官方torch版GCN训练并测试cora数据集
微信小程序 使用wxml2canvas插件生成图片部分问题记录
PyTorch 9. 优化器
Pytoch model saving and loading (example)
【点云系列】DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds
Miscellaneous learning
【点云系列】Unsupervised Multi-Task Feature Learning on Point Clouds
【点云系列】Neural Opacity Point Cloud(NOPC)
最简单完整的libwebsockets的例子
【点云系列】 A Rotation-Invariant Framework for Deep Point Cloud Analysis
机器学习笔记 一:学习思路
torch. mm() torch. sparse. mm() torch. bmm() torch. Mul () torch The difference between matmul()
PyTorch中的一些常见数据类型转换方法,与list和np.ndarray的转换方法
Compression and acceleration technology of deep learning model (I): parameter pruning









