Submitted by gahaalt t3_zh381d in deeplearning
gahaalt OP t1_izo28vv wrote
Reply to comment by RichardBJ1 in Progress Table - is it better than TQDM for your use case? by gahaalt
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.
Viewing a single comment thread. View all comments