umr-amap / iamap

A QGIS plugin to use deep learning features to create maps without needing a GPU or large datasets.
https://iamap.readthedocs.io/en/latest/
GNU General Public License v3.0
0 stars 0 forks source link

timm fails to load pre-trained weights #9

Open ptresson opened 2 months ago

ptresson commented 2 months ago

during the timm.create_model, tqdm yields a

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 ?

ptresson commented 2 months ago

As a sidestep, de14038a315d2af66866a9ea601147bf48581432 enables more detailled log output