Replies: 2 comments
-
We recommend using English or English & Chinese for issues so that we could have broader discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@verigle 你好,非常感谢你的反馈,我们也在想办法优化代码调试体验,敬请期待。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
@MODELS.register_module() 注册模型后, 希望可以在阅读训练代码(例如Runner部分代码)的时候, 可以通过IDE 跳转功能转到模型名称应的代码位置,是否可以通过IDE插件或调整框架设计来解决注册器带来的不便呢?
Motivation
配置文件中,通过String 配置 选择一个注册的模型,然而在阅读代码或debug 时,很难通过代码逐行运行的顺序进行跳转到当前选择的模型代码中,给代码调试和review带来了一些困难,希望未来使用注册器后代码跳转功能能进一步完善和优化。
Beta Was this translation helpful? Give feedback.
All reactions