-
Notifications
You must be signed in to change notification settings - Fork 240
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
Training errors on LIP #68
Comments
Hello, I have met the same error, have you figured it out? |
|
thanks for your reply! I'll try it later. : ) |
你好,我能问一个简单的问题吗,请问您知道作者这里原代码的真正用意是什么吗,我看你改的代码只适用于batch size = 2 的情况 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PeikeLi @usernameandme thanks for the sharing the code base , i am getting the follwoing error when i am trying to replicated the results for the LIP dataset
"Traceback (most recent call last):
File "train.py", line 233, in
main()
File "train.py", line 190, in main
soft_edge.append(soft_pred[1][-1])
IndexError: list index out of range"
from schp_1_checkpoint.pth.tar during the cycle training i am getting this error
The text was updated successfully, but these errors were encountered: