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
The epoch number should definitely be rounded, but unfortunately combining both tables is not possible, since they are created individually at the end of each phase. There would be a progress bar in between for the validation phase if it took a little longer
Yes, that should be a simple change in the call to PrettyTables.jl.
To same some space, the top and bottom borders of the table could also be removed. Feel free to open a PR!
With the single metric
accuracy
, the output-tables (which I love) look like this:I suggest putting them into the same table, and making the
Epoch
vector of element type Int64, to make it look like this:The text was updated successfully, but these errors were encountered: