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 have searched the YOLOAir issues and found no similar questions.
Question
python train.py --data coco128.yaml --cfg configs/yolov5/yolov5s.yaml
Traceback (most recent call last):
File "train.py", line 43, in
from models.yolo import Model
File "/home/zcs/work/github/yoloair/models/yolo.py", line 32, in
from models.Core2024.EMO import C3_RMB, CSRMBC, C2f_RMB, CPNRMB, ReNLANRMB
ModuleNotFoundError: No module named 'models.Core2024.EMO'
Additional
No response
The text was updated successfully, but these errors were encountered:
Search before asking
Question
python train.py --data coco128.yaml --cfg configs/yolov5/yolov5s.yaml
Traceback (most recent call last):
File "train.py", line 43, in
from models.yolo import Model
File "/home/zcs/work/github/yoloair/models/yolo.py", line 32, in
from models.Core2024.EMO import C3_RMB, CSRMBC, C2f_RMB, CPNRMB, ReNLANRMB
ModuleNotFoundError: No module named 'models.Core2024.EMO'
Additional
No response
The text was updated successfully, but these errors were encountered: