from ultralytics import YOLO m = YOLO("m.yaml") m.train(data = "../dataset/d.yaml", epochs = 100, imgsz = 300)