Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttxskk
/
AiOS
like
22
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
6a8b994
AiOS
/
detrsmpl
/
core
/
optimizer
/
__init__.py
ttxskk
update
d7e58f0
4 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.builder
import
OPTIMIZERS, build_optimizers
__all__ = [
'build_optimizers'
,
'OPTIMIZERS'
]