Mentions légales du service

Skip to content

Don't write checkpoints or error logs by default when calling ModelTrainer.train()

E. Madison Bray requested to merge embray/mr-36-2 into master

This is consistent with the default behavior of ModelTrainer.train(), that it doesn't write anything to disk by default.

This doesn't affect normal usage of the feature through the CLI, where it is enabled. This is mostly just kinder on the test suite and in princple other "advanced" usage of the API.

This is a follow-up to the issue I mentioned on !36 (merged): !36 (comment 370905)

Merge request reports