Hacker News new | ask | show | jobs
by micheda 869 days ago
Hi! OP here, addressing one more question I received somewhere else:

3) “Can it also track the model's state during training if, e.g., there is an early stop, and then I want to continue the training process?”

With MLtraq, You can dump and load arbitrary objects, including model weights and other state parameters. Let's consider the example https://mltraq.com/howto/02-artifacts-storage/. MLtraq dumps and reloads from the filesystem the binary blobs referenced in the tracked metadata. Similarly, you can store artifacts in third-party services and data stores.