Open Saphereye opened 7 months ago
It's true that it's not very beautiful. If you have an idea of how to separate the blocks with a solution that is not too hacky, then maybe you can try and contribute? 😄
@louisfd beautiful graphs and data on TUIs are what I had envisioned when I had initially started with computers, and this visualisation method scratches that itch :heart:
I would love to contribute to the project!
Describe the bug When utilizing the CLI tool, an anomaly occurs where, upon plotting the Accuracy and Loss data in a line plot, the plot contains extraneous lines connecting them when more than two sets are present.
To Reproduce Steps to reproduce the behavior:
Expected behavior Although uncertain if this is intended functionality, the lines connecting validation data from distinct epochs should not occur.
Screenshots 28% progress Accuracy plot, two validation sets covered
29% progress Loss plot after two validation sets
37% progress Accuracy plot, three validation sets covered
Desktop (please complete the following information):
Additional context I am following the Burn Basic workflow example for this example.
I believe the data for the plots is being updated here. A possible solution could be to draw new lines for each epoch.
Your dedication to investigating this matter is greatly appreciated. Thank you for your valuable contributions to this project.