Add progressbar to all slow models.
koaning opened this issue · 3 comments
koaning commented
A sign of life is appreciated.
CarloLepelaars commented
Shall I pick this up @koaning? Was also looking for progress bars on the text encoders and its not that much extra work to also do the image encoders.
koaning commented
I'm still a bit on the fence about this one. Feel free to try out a progress bar, but maybe also track the inference speed. Preferably with perfplot. If you want to use a progress bar, you need to leave the vectorizer land of numpy, which is probably going to incur a big speed loss.
CarloLepelaars commented
Created a draft for this and tried to keep verbosity down as much as possible. Let me know what you think! Will check out perfplot.