Pytorch_模型转Caffe(二)解析Pytorch模型*.pth
摘要:
Pytorch_模型转Caffe(二)解析Pytorch模型*.pth 1. Pytorch模型保存于读取 a. 保存、加载权重 # 模型保存(仅保存权重) torch.save(model_object.state_dict(), './weights.pth') # 模型加载(先创建模型,、再导 阅读全文
posted @ 2020-12-17 15:17 wangxiaobei2019 阅读(988) 评论(0) 推荐(0) 编辑