Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ttxskk
/
AiOS
like
17
Sleeping
App
Files
Files
Community
1
d7e58f0
AiOS
/
detrsmpl
/
core
/
optimizer
/
__init__.py
ttxskk
update
d7e58f0
21 days 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'
]