Artifacts
How do I find an artifact from the best run in a sweep?
To retrieve artifacts from the best-performing run in a sweep, use the following code. It sorts the sweep’s runs by validation accuracy, selects the top run, and downloads each artifact that run logged.
Each artifact downloads to a local path, which the script prints to the console.
Artifacts
Artifacts