How to use Ranger optimizer with YOLOV8? #52
triciardvn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the error for my code since I want to try the "Ranger" optimizer instead of the existing available ones using YOLOV8 (in google colab).
NotImplementedError: Optimizer 'Ranger' not found in list of available optimizers [Adam, AdamW, NAdam, RAdam, RMSProp, SGD, auto].To request support for addition optimizers please visit https://github.com/ultralytics/ultralytics.
How can I integrate this new optimizer as I want to do an object detection for etrikes and ebikes (I want to start training it). I already tried this code:
Please let me know what to do ASAP. Thank you.
Note: I need to use the ranger21 optimizer as I need it for my thesis.
Beta Was this translation helpful? Give feedback.
All reactions