Hello everyone, I recently came across this problem where MLflow artifacts were not registered in S3 even though I provided the artifact address. I saw that some colleagues were also experiencing this, so I decided to share the code that helped me solve this problem. It is very simple. Here is the code.
import mlflow
import mlflow.pytorch
from ultralytics import YOLO
import os
import time