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! ๐