From 18aaa32c106fd3a85df8bfad1814065b77e4444d Mon Sep 17 00:00:00 2001 From: czzhangheng Date: Mon, 3 Mar 2025 15:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20transfer=5Fguide.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transfer_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transfer_guide.md b/transfer_guide.md index be7b44c..43b4349 100644 --- a/transfer_guide.md +++ b/transfer_guide.md @@ -8,7 +8,7 @@ 3. [修改最外层 Module 与创建配置文件](#修改最外层Module与创建配置文件) 4. [图的传入](#图的传入) 5. [在 model_selector 中添加自己的模型](#在model_selector中添加自己的模型) -6. [使用 debug 调试模型,修改 input x, output y 的 shape](#使用debug调试模型,修改input x, output y的shape) +6. [调整输入输出的shape](#调整输入输出的shape) 7. [开始训练模型](#开始训练模型) @@ -570,7 +570,7 @@ def model_selector(model): -# 使用debug调试模型,修改input x, output y的shape +# 调整输入输出的shape 在`model/model_selector.py`中添加自己的模型之后,就可以进行debug了。首先,你需要在pycharm中编写配置。写参数。