How to use raytune in my own improved yolov8 models? #15854
Unanswered
CyberJZTXJ
asked this question in
Q&A
Replies: 1 comment
-
@CyberJZTXJ to use Ray Tune with your custom YOLOv8 model, ensure your modified model is correctly imported and referenced in your script. You may need to adjust your environment to point to your custom model instead of the one installed via pip. For detailed guidance, refer to the Ray Tune integration documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i add Irmb moudle to improve my yolov8model,but it report AttributeError: Can't get attribute 'iRMB' on <module 'ultralytics.nn.modules.block' from '/home/usr/.local/lib/python3.9/site-packages/ultralytics/nn/modules/block.py'>,it seems that ray tune do not use my modified model,it use the official model installed by pip,how to solve the problems?
Beta Was this translation helpful? Give feedback.
All reactions