Chevron Left
返回到 Optimize TensorFlow Models For Deployment with TensorRT

学生对 Coursera 提供的 Optimize TensorFlow Models For Deployment with TensorRT 的评价和反馈

4.5
76 个评分

课程概述

This is a hands-on, guided project on optimizing your TensorFlow models for inference with NVIDIA's TensorRT. By the end of this 1.5 hour long project, you will be able to optimize Tensorflow models using the TensorFlow integration of NVIDIA's TensorRT (TF-TRT), use TF-TRT to optimize several deep learning models at FP32, FP16, and INT8 precision, and observe how tuning TF-TRT parameters affects performance and inference throughput. Prerequisites: In order to successfully complete this project, you should be competent in Python programming, understand deep learning and what inference is, and have experience building deep learning models in TensorFlow and its Keras API. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....

热门审阅

LS

Jun 3, 2021

G​reat workshop, all the concepts were very well explained.

AA

Mar 14, 2022

T​he first to introduce such a rare and important topic.

筛选依据:

1 - Optimize TensorFlow Models For Deployment with TensorRT 的 19 个评论(共 19 个)

创建者 דמיטרי ב

May 16, 2023

Very nice project. The only note is that the installation of TensorRT is outdated. Just replace 'Install TensorFlow-GPU 2.0 and TensorRT Runtime:' section with the following. It may take some time to run.

%%bash

sudo apt install python3-libnvinfer

python3 -m pip install --upgrade tensorrt

The installation may be also verified by:

import tensorrt

print(tensorrt.__version__)

创建者 Awais A

Mar 27, 2021

This is something that I was looking for. I've studied a lot of theories about TensorRT but this project gives a clear view of how to do it. Good job, and thanks for the awesome course.

One last thing, Please upload the TensorRT deployment of TensorFlow object detection on Jetson devices. That would be helpful

创建者 Deleted A

Jun 15, 2023

good content, but some code is out of date, especially the package installation part.

创建者 Jorge G

Feb 25, 2021

I do not recommend taking this type of course, take one and pass it, however after a few days I have tried to review the material, and my surprise is that it asks me to pay again to be able to review the material. Of course coursera gives me a small discount for having already paid it previously. It is very easy to download the videos and difficult to get hold of the material, but with ingenuity it is possible. Then I recommend uploading them to YouTube and keeping them private for when they want to consult (they avoid legal problems and can share with friends), then they can request a refund.

创建者 Dmytro K

Aug 3, 2023

It's a very cool course, but it's outdated and underlying working environment won't let you proceed with practise just at the middle.

创建者 Глеб Я

May 25, 2023

A lot has changed, float32 and float16 are now not faster than normal tensorflow. But but it is really good pipeline for model optimizing.

创建者 Luis S

Jun 4, 2021

Great workshop, all the concepts were very well explained.

创建者 Abdelrahman A

Mar 15, 2022

The first to introduce such a rare and important topic.

创建者 Fabian I M N

Apr 20, 2021

Excelent and compresed way of explaining TensorRT

创建者 Nusrat I

Apr 16, 2021

Awesome project. Thank you so much.

创建者 Chandra S

Dec 13, 2020

Excellent guided course

创建者 Fangwen T

Sep 12, 2023

Informative course

创建者 Maftuna E

Sep 10, 2020

Very good...

创建者 Yushi Y

Jul 4, 2024

The library versions is dated so it would be very hard for people, especially new learners, to setup the environment. But the lecturer and content is indeed amazing. I learned a lot about TF-TRT systematically.

创建者 Vignesh R

Jul 8, 2021

Need more theoretical explanation on concepts

创建者 Yilber R

Oct 1, 2020

excellent

创建者 Amrith P

Dec 29, 2022

I expect for Coding and Implementation part but this is just theory based evaluation

创建者 Dhanabal S

Aug 13, 2025

Not working now due to repo issues

创建者 Rayan D

Aug 12, 2023

Not working