Issue with Logging Metrics in wandb During YOLO Model Training

I am working on training a YOLO model with custom configurations using the Ultralytics YOLO library. Although I have integrated wandb and can see some basic information in the dashboard, detailed metrics like training loss, validation loss, and accuracy are not being logged after each epoch. The wandb-summary.json is generated, but it doesn’t contain the expected metrics data.wandb result

Did you figured it out?