-
Notifications
You must be signed in to change notification settings - Fork 16
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
demo output #4
Comments
@l976308589 did you solve this problem? |
just found the solution, in
|
thanks,when I test in cpu,change this code: |
Thank you very much. I have solved the problem |
@l976308589 |
That is simply because you cannot use nn.DataParallel() in CPU. Here are some solutions: https://blog.csdn.net/yangzhengzheng95/article/details/88574200 (Chinese Version) |
@l976308589 Ok thank you got it |
I used your trained model and ran the "inference.py" ,
![image](https://camo.githubusercontent.com/64bfab4d875428e426f3d43f59d6ce006c5004964b1c69e2249e58f079ae28e5/68747470733a2f2f692e696d6775722e636f6d2f367549343838782e706e67)
but the output is different from yours,
like this
what can I modify?
thank you a lot !
The text was updated successfully, but these errors were encountered: