-
-
Couldn't load subscription status.
- Fork 26
Open
Description
With the single metric accuracy, the output-tables (which I love) look like this:
Epoch 11 TrainingPhase(): 100%|███████████████████████████████████████████| Time: 0:00:00
┌───────────────┬───────┬─────────┬──────────┐
│ Phase │ Epoch │ Loss │ Accuracy │
├───────────────┼───────┼─────────┼──────────┤
│ TrainingPhase │ 11.0 │ 0.25969 │ 0.92827 │
└───────────────┴───────┴─────────┴──────────┘
┌─────────────────┬───────┬─────────┬──────────┐
│ Phase │ Epoch │ Loss │ Accuracy │
├─────────────────┼───────┼─────────┼──────────┤
│ ValidationPhase │ 11.0 │ 0.26323 │ 0.92731 │
└─────────────────┴───────┴─────────┴──────────┘
I suggest putting them into the same table, and making the Epoch vector of element type Int64, to make it look like this:
Epoch 11 TrainingPhase(): 100%|███████████████████████████████████████████| Time: 0:00:00
┌────────--───────┬───────┬─────────┬──────────┐
│ Phase │ Epoch │ Loss │ Accuracy │
├──────────--─────┼───────┼─────────┼──────────┤
│ TrainingPhase │ 11 │ 0.25969 │ 0.92827 │
│ ValidationPhase │ 11 │ 0.26323 │ 0.92731 │
└─────────────────┴───────┴─────────┴──────────┘
Metadata
Metadata
Assignees
Labels
No labels