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

whats the pytorch version #14

Closed
ReverseSystem001 opened this issue Feb 15, 2023 · 4 comments
Closed

whats the pytorch version #14

ReverseSystem001 opened this issue Feb 15, 2023 · 4 comments

Comments

@ReverseSystem001
Copy link

when i export_torchscipt. It reports
local/lib/python3.6/site-packages/torch/_tensor.py:575: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values.
To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at /pytorch/aten/src/ATen/native/BinaryOps.cpp:467.)
return torch.floor_divide(self, other)
can you tell me your training pytroch version? and have you trained yolov5s. if so, can you public the model. thanks

@we0091234
Copy link
Owner

when i export_torchscipt. It reports local/lib/python3.6/site-packages/torch/_tensor.py:575: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at /pytorch/aten/src/ATen/native/BinaryOps.cpp:467.) return torch.floor_divide(self, other) can you tell me your training pytroch version? and have you trained yolov5s. if so, can you public the model. thanks

torch 1.7.1+cu110

@ReverseSystem001
Copy link
Author

thanks. have you trained the yolov5s?

@we0091234
Copy link
Owner

thanks. have you trained the yolov5s?
no i haven't,you can train by yourself

@ReverseSystem001
Copy link
Author

thanks for your answer

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