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

by qlk1123on 5/27/2024, 4:29 AMwith 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?

0