Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Pie31415
/
control-animation
like
5
Build error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
control-animation
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
Pie31415
initial commit
2c924d3
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]