update README.md.

Signed-off-by: Kevin Zhang <zhangjinnan@hotmail.com>
This commit is contained in:
Kevin Zhang 2025-09-05 03:09:32 +00:00 committed by Gitee
parent 48417a3c86
commit 58368ef339
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
* 准备工作就绪接下来看到example-001内的代码
<span style="background-color: grey; color: black; user-select: none;">example_torchcode.py</span>基准模型Baseline。示例提供一个简单的PyTorch模型只包含一个ReLU激活函数。
**example_torchcode.py**基准模型Baseline。示例提供一个简单的PyTorch模型只包含一个ReLU激活函数。
* <span style="background-color: grey; color: black; user-select: none;">get_inputs()</span>:生成模型运行时需要的输入数据。
* <span style="background-color: grey; color: black; user-select: none;">get_init_inputs()</span>:成模型初始化所需的参数(这里就是权重矩阵 weight