1
0
mirror of https://github.com/huggingface/pytorch-image-models.git synced 2025-06-03 15:01:08 +08:00

4 lines
96 B
Python
Raw Normal View History

dependencies = ['torch']
import timm
globals().update(timm.models._registry._model_entrypoints)