I don't have experience with this yet, but the CEO of comet.ml gave a demo of it at work this week and it's brilliant. You install 1 pip package, add 1 line of code, and you've got a log every time you train your model (with a diff of what changed). Super-easy to use and share with your team.
I'm thinking one cool use case is: easily let several team-mates try out different model hyperparameters, and you just pick the best one (easy to see in the comet.ml online chart)
This is probably not what you're looking for, but I'll describe my setup. I do CT research, and would basically store information about how an image was generated in the filename and log files. This didn't scale well, so I developed https://github.com/stilley2/filesdb which is a wrapper on Python's sqlite library. It allows me keep track of the parameters used to generate each image and easily search/locate them.
3 comments
[ 2.1 ms ] story [ 19.6 ms ] threadI'm thinking one cool use case is: easily let several team-mates try out different model hyperparameters, and you just pick the best one (easy to see in the comet.ml online chart)
https://medium.com/@iman.mirzadeh/4-helpful-websites-for-mac...