Viewing a single comment thread. View all comments

RichardBJ1 t1_izlbf63 wrote

Looks great, defo like to have a go with this.Perhaps epoch n/total epochs too though?

3

gahaalt OP t1_izo28vv wrote

Hello! Thanks for your feedback. Actually, Progress Table is flexible and you can display arbitrary data in table cells. It can be, for example, a string f"{epoch}/{total_epochs}". It's you who defines what will be displayed :)

To make it clearer, I created integrations.md where you can see an example of Progress Table integration with PyTorch and Keras.

3