You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
krfricke
changed the title
Improve layout of config table at start of training
[air output] Improve layout of config table at start of training
Apr 26, 2023
This PR makes a number of improvements to tackle issues uncovered in dogfooding:
1. Instead of just a print, we render a table for configs and results at the start of training (closes#34784)
2. We round float results to 5 significant numbers after the decimal point (closes#34785)
3. We track the last printed result and only print the result at the end of training if it hasn't been printed before (closes#34786)
4. We divide the results by "automatic" results and trainer-specific results (closes#34787)
Signed-off-by: Kai Fricke <[email protected]>
…t#34788)
This PR makes a number of improvements to tackle issues uncovered in dogfooding:
1. Instead of just a print, we render a table for configs and results at the start of training (closesray-project#34784)
2. We round float results to 5 significant numbers after the decimal point (closesray-project#34785)
3. We track the last printed result and only print the result at the end of training if it hasn't been printed before (closesray-project#34786)
4. We divide the results by "automatic" results and trainer-specific results (closesray-project#34787)
Signed-off-by: Kai Fricke <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: