From cc42d753bad6b921d15e87e28bd98dfdaa17e3b9 Mon Sep 17 00:00:00 2001 From: Wang Xinyu Date: Fri, 19 Jun 2020 12:28:52 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8fb55d..4d48695 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ All the models are implemented in pytorch or mxnet first, and export a weights f - [A guide for quickly getting started, taking lenet5 as a demo.](./tutorials/getting_started.md) - [Migrating from TensorRT 4 to 7](./tutorials/migrating_from_tensorrt_4_to_7.md) +- [How to implement multi-GPU processing, taking YOLOv4 as example](./tutorials/multi_GPU_processing.md) ## Test Environment