labstructbioinf / rossmann-toolbox

Prediction and re-engineering of the cofactor specificity of Rossmann-fold proteins
MIT License
12 stars 3 forks source link

seqvec weights download progress bar does not work #5

Closed staszekdh closed 3 years ago

staszekdh commented 3 years ago

This shows up instead of the progress bar:

HBox(children=(FloatProgress(value=0.0, max=347361261.0), HTML(value='')))
jludwiczak commented 3 years ago

I didn't plan it as a feature, it's handled by the torch.hub.download_url_to_file method so perhaps it requires something on the jupyter side. If needed progress bar can be disabled by setting progress=False in this method.