Open ptresson opened 2 months ago
during the timm.create_model, tqdm yields a
timm.create_model
AttributeError: 'NoneType' object has no attribute 'write'
suggesting that weights are not loaded properly or inexistant ?
This is an a laptop that had previous version installed so this may be because of a failed huggingface cache ?
As a sidestep, de14038a315d2af66866a9ea601147bf48581432 enables more detailled log output
during the
timm.create_model
, tqdm yields asuggesting that weights are not loaded properly or inexistant ?
This is an a laptop that had previous version installed so this may be because of a failed huggingface cache ?