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

“train_self_model.py” seems to have a lot of bugs. #1

Open
odindis opened this issue Jun 9, 2022 · 1 comment
Open

“train_self_model.py” seems to have a lot of bugs. #1

odindis opened this issue Jun 9, 2022 · 1 comment

Comments

@odindis
Copy link

odindis commented Jun 9, 2022

I want to try NPCNet, but there are many errors when I run "train_self_model.py".These errors include:
(1) 'NPCNet' object has no attribute 'seg'.
(2) The "final" variable does not contribute the "fine" keyword.
(3) “aux, out, final = net( img ) ” not enough values to unpack.
(4) "stage3, stage4, stage5 = items.values()" not enough values to unpack.
All in all, the program seems to have a lot of bugs. Every time I finish fixing one, another one appears.

Beyond that there are some questions. For example, "loss = aux_loss + seg_loss + point_loss" is replaced by "loss = point_loss + seg_loss". Is "aux_loss" not needed anymore?

@JasmineRain
Copy link
Owner

Thanks for you attention. I've noticed the problem, the bug is caused while doing ablation study, we will fix the bugs and add explainations within this week.

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

2 participants