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

eval.sh freezing and not doing anything #21

Open
francescosarno opened this issue May 4, 2023 · 1 comment
Open

eval.sh freezing and not doing anything #21

francescosarno opened this issue May 4, 2023 · 1 comment

Comments

@francescosarno
Copy link

I have a problem running bash scripts/eval.sh :

The terminal is frozen and I cannot see what is going on. I tried using pdb in order to put breakpoints, but this rises errors with torch.multiprocessing. Did anyone have the same problem?

@DecaYale
Copy link
Owner

DecaYale commented May 6, 2023

Did you work in the provided docker environment? You can bypass the torch.multiprocessing by modifying our training code. Or just directly cal the function eval() could also works. https://github.com/DecaYale/RNNPose/blob/main/tools/eval.py#:~:text=def%20eval-,(,-config_path%2C
I hope this could be helpful for debugging. Thanks.

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