Closed ReverseSystem001 closed 1 year ago
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
thanks. have you trained the yolov5s?
thanks. have you trained the yolov5s? no i haven't,you can train by yourself
thanks for your answer
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