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中编写配置。写参数。