From 3dc34f055ed9b67b003c822925c35642311247a9 Mon Sep 17 00:00:00 2001 From: Linyang <185284033@qq.com> Date: Tue, 11 Aug 2020 00:39:36 +0800 Subject: [PATCH 1/2] Update README.md add Tensorrt project info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9fafde3c..ae988fb8 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,9 @@ python train.py -b [batch_size] -lr [learning rate] -e [epochs] - This repo is mainly inspired by [deepinsight/insightface](https://github.com/deepinsight/insightface) and [InsightFace_TF](https://github.com/auroua/InsightFace_TF) +## [Tensorrt](https://github.com/jinbaoziyl/InsightFace_Tensorrtx.git) + + ## PS - PRs are welcome, in case that I don't have the resource to train some large models like the 100 and 151 layers model From cc21bdf10b9520412921daba1334481e22869e79 Mon Sep 17 00:00:00 2001 From: Linyang <185284033@qq.com> Date: Tue, 11 Aug 2020 00:40:12 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae988fb8..8fc7f9f8 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ python train.py -b [batch_size] -lr [learning rate] -e [epochs] - This repo is mainly inspired by [deepinsight/insightface](https://github.com/deepinsight/insightface) and [InsightFace_TF](https://github.com/auroua/InsightFace_TF) -## [Tensorrt](https://github.com/jinbaoziyl/InsightFace_Tensorrtx.git) +## 5. [Tensorrt](https://github.com/jinbaoziyl/InsightFace_Tensorrtx.git) ## PS