From 44def592e133c45418bcb7c86556ddda076d8a7b Mon Sep 17 00:00:00 2001 From: Reza Tanakizadeh <47104040+mertz1999@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:37:54 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82843f4..e0de081 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ In this repository, I will share some useful notes and references about deployin - [Speeding up Deep Learning Inference Using TensorFlow, ONNX, and TensorRT](https://devblogs.nvidia.com/speeding-up-deep-learning-inference-using-tensorflow-onnx-and-tensorrt/) - [TensorRT Developer Guide](https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html) - [How to Convert a Model from PyTorch to TensorRT and Speed Up Inference](https://www.learnopencv.com/how-to-convert-a-model-from-pytorch-to-tensorrt-and-speed-up-inference/) [_Good_] +- [High Performance Python: Practical Performant Programming for Humans 1st Edition- book](https://www.amazon.com/High-Performance-Python-Performant-Programming/dp/1449361595) ## Hardware Notes for Deep Learning: - [Hardware for Deep Learning](https://blog.inten.to/hardware-for-deep-learning-part-3-gpu-8906c1644664)