更新 transfer_guide.md
This commit is contained in:
parent
9181413d09
commit
18aaa32c10
|
|
@ -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中编写配置。写参数。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue