instadeepai / nucleotide-transformer

🧬 Nucleotide Transformer: Building and Evaluating Robust Foundation Models for Human Genomics
https://www.biorxiv.org/content/10.1101/2023.01.11.523679v2
Other
480 stars 55 forks source link

Checkpoints are not downloading. #43

Closed princethewinner closed 8 months ago

princethewinner commented 9 months ago

I am trying the example notebook from the repository but my code is stuck at the get_pretrained_model call.

image

dallatt commented 8 months ago

Hello @princethewinner,

This is new and comes from interactions between tqdm and jupyter notebook. You can bypass it by disabling tqdm, or I have just added a verbose argument to get_pretrained_model which when set to False will dot display a progress bar and therefore not trigger the problem.

Best, Hugo