You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try this method in memory contrained edge devices for YOLOv5 (https://github.com/ultralytics/yolov5), could you please help to have an example for it? thanks.
The text was updated successfully, but these errors were encountered:
Yes it can. I will write a more in-detail dtr-usage doc later (is on a deadline this week), but basically you have to build dtr yourself, then call .checkpoint() for the input tensor, and .apply_.(lambda x: x.detach().checkpoint()) for the model. then you are good
I want to try this method in memory contrained edge devices for YOLOv5 (https://github.com/ultralytics/yolov5), could you please help to have an example for it? thanks.
The text was updated successfully, but these errors were encountered: