Hacker News new | ask | show | jobs
Ask HN: How do you maintain all the weights from optimizing model
1 points by qlk1123 747 days ago
To optimize a given neural network model, we often apply multiple methods and carry out many trials, which produce a large amount of binaries. Even with git LFS support, handling them gracefully is still a headache.

Any good practices/frameworks to maintain the experimental models?