Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
abhishek/sketch-to-image
AhmedHema
/
sketch-to-image
like
0
Runtime error
App
Files
Files
Community
95bd164
sketch-to-image
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
abhishek
HF staff
first commit
58f667f
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]