netron可视化模型
程序员文章站
2022-06-05 22:05:27
...
1. netron的github(https://github.com/lutzroeder/Netron)
2. 在conda虚拟环境中安装
#指定清华源安装
pip install netron -i https://pypi.tuna.tsinghua.edu.cn/simple
3 新建运行py文件;
import netron
modelPath = "model.pb"
netron.start(modelPath)
上一篇: java-反射