From 6d0f5cbf4745bc00b69aad54a905383fb906f103 Mon Sep 17 00:00:00 2001 From: TeeVenDick <56723862+TeeVenDick@users.noreply.github.com> Date: Thu, 7 Jan 2021 20:54:56 +0800 Subject: [PATCH] Fix typo (#350) --- README.md | 2 +- tutorials/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1269bb..81ad98e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Following models are implemented. ## Model Zoo -The .wts files can be downloaded from model zoo for quick evaluation. But it is recommanded to convert .wts from pytorch/mxnet/tensorflow model, so that you can retrain your own model. +The .wts files can be downloaded from model zoo for quick evaluation. But it is recommended to convert .wts from pytorch/mxnet/tensorflow model, so that you can retrain your own model. [BaiduPan](https://pan.baidu.com/s/19s6hO8esU7-TtZEXN7G3OA) pwd: uvv2 diff --git a/tutorials/install.md b/tutorials/install.md index b34c7a0..e7c963f 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -51,7 +51,7 @@ dpkg -l | grep opencv ### 5. Run tensorrtx -It is recommanded to go through the [getting started guide, lenet5 as a demo.](https://github.com/wang-xinyu/tensorrtx/blob/master/tutorials/getting_started.md) first. +It is recommended to go through the [getting started guide, lenet5 as a demo.](https://github.com/wang-xinyu/tensorrtx/blob/master/tutorials/getting_started.md) first. But if you are proficient in tensorrt, please check the readme of the model you want directly.