We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got an error when i used latest pytorch 1.11.0. The error : "Upsample' object has no attribute 'recompute_scale_factor"
Yolo repo managers also modified their code to fix the same. ultralytics/yolov5#6932
Does it also make sense for Kapao repo ?
The text was updated successfully, but these errors were encountered:
Yes errors might occur using newer versions of torch. That's why the requirements file has torch==1.9.1
Sorry, something went wrong.
No branches or pull requests
I got an error when i used latest pytorch 1.11.0.
The error : "Upsample' object has no attribute 'recompute_scale_factor"
Yolo repo managers also modified their code to fix the same.
ultralytics/yolov5#6932
Does it also make sense for Kapao repo ?
The text was updated successfully, but these errors were encountered: