Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geopavlakos
/
HaMeR
like
14
Build error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
aabc78e
HaMeR
/
mmpose
/
core
/
utils
/
__init__.py
geopavlakos
Initial commit
d7a991a
about 1 year ago
raw
Copy download link
history
blame
Safe
189 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.dist_utils
import
allreduce_grads
from
.regularizations
import
WeightNormClipHook
__all__ = [
'allreduce_grads'
,
'WeightNormClipHook'
]