BayesWatch / pytorch-experiments-template

A pytorch based classification experiments template
GNU General Public License v3.0
5 stars 1 forks source link

More generic progress bar handling #37

Open AntreasAntoniou opened 3 years ago

AntreasAntoniou commented 3 years ago

jack-willturner 36 minutes ago Member

This is good for now but it would be better in future if:

we could provide a more generic with handler (not specific to rich) we could wrap rich in a builder the user could then choose the type of metric tracker (e.g. plain printing, rich, tqdm) from the train script

learning-luke 35 minutes ago Member

I agree. This would be really cool.