Segmentation Fault When Creating YOLO Model

@iyed_ben_aicha it’s a bit difficult without the full error log, but my suggestion would be to start from the official Ultralytics Docker image instead of the PyTorch one. You can get it using the command:

docker pull ultralytics/ultralytics:latest

or you can build the image locally using the Dockerfile from the repository. Try using one of these options and if the error persists, please provide the following:

  • The full error log
  • Output from running the CLI command yolo checks

As an FYI, here are two posts with some advice on getting support (which admittedly need to be expanded on):