chengtan9907 / OpenSTL

OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning
https://openstl.readthedocs.io/en/latest/
Apache License 2.0
730 stars 113 forks source link

ModuleNotFoundError: No module named 'timm.layers' #153

Closed ryemoon closed 1 month ago

ryemoon commented 1 month ago

It should be "timm.models.layers". It seems to be an issue an timm versions. I followed the guide in README and my timm version is 0.6.7. Which timm version should I use?

ryemoon commented 1 month ago

I've solved this problem by updating timm to 1.0.9, the current latest version. Maybe you should update environment.yml.