From 6cac16bbcb88905e1838d643f857733f007b28fb Mon Sep 17 00:00:00 2001 From: Joker2770 <1214220480@qq.com> Date: Sat, 27 Jul 2024 10:05:02 +0800 Subject: [PATCH] Update README.md add weight related --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4081f2f..5f13e24 100644 --- a/README.md +++ b/README.md @@ -109,5 +109,7 @@ Increase or decrease `NUM_MCT_SIMS` in src/common.h (default 1600) to increase t ## weight struct ![weight struct](https://github.com/Joker2770/Z2I/blob/main/Z2I_onnx.svg) + ## reference 1. [https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html) +2. [https://netron.app/](https://netron.app/)