from Hacker News

Ask HN: How do you maintain all the weights from optimizing model

by qlk1123 on 5/27/24, 4:29 AM with 0 comments

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?