This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
Watch
1
Star
0
Fork
You've already forked pytorch-image-models
0
Code
Issues
Projects
Releases
Wiki
Activity
66a0eb4673
pytorch-image-models
/
hubconf.py
4 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Update README.md, check in hubconf experiment (fully dynamic)
2020-02-19 06:41:14 +08:00
dependencies
=
[
'
torch
'
]
Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models
2022-12-07 07:00:06 +08:00
import
timm
globals
(
)
.
update
(
timm
.
models
.
_registry
.
_model_entrypoints
)