Aim: Record, search and compare ML training runs
1–10 of 27 posts
Re: Aim: Record, search and compare ML training runs
#2As best I can tell it's an open source version of comet or wandb that you run locally (or I guess host somewhere). Is that right?
Re: Aim: Record, search and compare ML training runs
#3Re: Aim: Record, search and compare ML training runs
#4Honestly, it's really hard for me to tell from the documentations if this is something that is self-hosted, is run locally or is a SaaS product. The phrase "open source" shows up nowhere I can see for example. As best I can tell it's an open source version of comet or wandb that you run locally (or I guess host somewhere). Is that right?
The experiments results could be populated by running the training job remotely and committing the `.aim/` directory afterwards.
It's kinda like a UI for DVC
Re: Aim: Record, search and compare ML training runs
#5I've seen a lot these projects recently. I have used MLFlow for a while and enjoyed it. How does this compare?
Re: Aim: Record, search and compare ML training runs
#6Honestly, it's really hard for me to tell from the documentations if this is something that is self-hosted, is run locally or is a SaaS product. The phrase "open source" shows up nowhere I can see for example. As best I can tell it's an open source version of comet or wandb that you run locally (or I guess host somewhere). Is that right?
From what I can glean from the docs, you run the UI locally which reads from experiments from `.aim/` The experiments results could be populated by running the training job remotely and committing the `.aim/` directory afterwards. It's kinda like a UI for DVC
Re: Aim: Record, search and compare ML training runs
#7I've seen a lot these projects recently. I have used MLFlow for a while and enjoyed it. How does this compare?