instadeepai/nucleotide-transformer

Checkpoints are not downloading.

Closed this issue · 1 comments

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

image

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