-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TypeError: forward() missing 1 required positional argument: 'x' #598
Comments
this is the whole problem report Process finished with exit code 1 |
The problem was caused by adding @staticmethod up the forward function in ssd.py classs ssd |
according this blog, I resolved this problem finally |
when i use eval.py to evaluate my model. it reports this problem. How can i solve this problem?
The text was updated successfully, but these errors were encountered: