Hi all,
I would really appreciate if someone could help me out. I feel it’s both a data engineering and ML question.
One thing we use at wo is YOLO for object detection. I’ve managed to run YOLO by loading data from the blob storage, but I’ve seen that the best way to do deep learning tasks in Databricks is to train your ML models on Delta Live Tables.
I currently have my training dataset as a Delta table, and I was wondering if anyone has managed to train computer vision models on Delta tables.
I’ve read the documentations and have seen repos such as petastorm that try to implement training on delta tables, but I can’t for the life of me understand how to actually run yolo this way, especially since YOLO uses yaml for config.
Thank in advance for your help! 😇