facebookresearch / recipes

Recipes are a standard, well supported set of blueprints for machine learning engineers to rapidly train models using the latest research techniques without significant engineering overhead.Specifically, recipes aims to provide- Consistent access to pre-trained SOTA models ready for production- Reference implementations for SOTA research reproducibility, and infrastructure to guarantee correctness, efficiency, and interoperability.
BSD 3-Clause "New" or "Revised" License
284 stars 35 forks source link

add best_model_path to TrainOutput #12

Closed hudeven closed 2 years ago

hudeven commented 2 years ago

Summary: It's useful to return the best_model_path after training. e.g. F6 + multimodality needs it to publish the best model

Differential Revision: D33716125

facebook-github-bot commented 2 years ago

This pull request was exported from Phabricator. Differential Revision: D33716125