码迷,mamicode.com
首页 > 其他好文 > 详细

转换TensorFlow 的PB 模型到 UFF格式

时间:2020-01-12 20:04:40      阅读:1060      评论:0      收藏:0      [点我收藏+]

标签:file   lam   uid   vat   一个   aws   安装   dex   graph   

1,使用aws dlami 启动一个实例

2,source activate tensorflow_p36

3,下载TensorRT 的 tar 安装文件,参考 https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-515/tensorrt-install-guide/index.html#installing-tar

4,$ tar xzvf TensorRT-5.1.x.x.<os>.<arch>-gnu.cuda-x.x.cudnn7.x.tar.gz

5,$ ls TensorRT-5.1.x.x

6,export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<eg:TensorRT-5.1.x.x/lib>

7,pip install tensorrt-5.1.x.x-cp3x-none-linux_x86_64.whl

8,cd TensorRT-5.1.x.x/uff

9,pip install uff-0.6.3-py2.py3-none-any.whl

10,which convert-to-uff

11,cd TensorRT-5.1.x.x/graphsurgeon

12, pip install graphsurgeon-0.4.1-py2.py3-none-any.whl

13,convert-to-uff input_file

技术图片

 

 

技术图片

 

 

 




转换TensorFlow 的PB 模型到 UFF格式

标签:file   lam   uid   vat   一个   aws   安装   dex   graph   

原文地址:https://www.cnblogs.com/cloudrivers/p/12183486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!