Closed HelloWorldLTY closed 6 months ago
Hello @HelloWorldLTY ,
This 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
Hi, I think it is not a problem of displayment. I have cheked that the job lib file is always 0:
Is it possible to be resolved by setting the false argument? Thanks.
Thanks for your work. It seems that we cannot download the pre-training weights with the example codes:
The second process does not change for a long time. Thanks a lot.