Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法debug到模型源码 #11705

Open
whj-tech opened this issue May 11, 2024 · 2 comments
Open

无法debug到模型源码 #11705

whj-tech opened this issue May 11, 2024 · 2 comments
Assignees

Comments

@whj-tech
Copy link

你好,我是个新手,最近我看到网上好多以前版本的教程都在用mmlab里面的各个模块学习深度学习模型,但是我发现无法我在我要用的模型里面打断点无法进入,而是执行编译好的mmdet里面去了,这样很不适合我这样新手学习模型的每个模块,有什么方法可以解决这个问题吗
例如我最近在学习mask2former,我想看看我数据输入到模型里面,模型的处理细节,就没法做到

@Pokier0525
Copy link

"I have the same issue. I placed a breakpoint in base_detr, but the code runs to completion without hitting the breakpoint."

@jeffreychou777
Copy link

Hi,
You can try debug with the debugProxy.py.
You can use this python file to run the task and debug.
link:https://github.com/chenxinfeng4/LILAB-py/blob/master/debugProxy.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants