Getting a breakdown of the Auto ML training configuration

I have a free account, and I used the roboflow train Fast option to train a model using my custom dataset. Is there a way to know which configurations (epochs, batch size, etc.) auto ML chose when training the model so that I can replicate it in an offline yolov5 training on my Jetson AGX? I can see the total epochs in the metrics, but I cannot afford a paid plan in order to see the detailed model evaluation.

Hi @correar

We do not currently share the configuration we use for each training session as most of them are dynamically set. If you’re looking for a higher degree of customization, I recommend using one of our training notebooks where you can definitely see more details regarding your training.