This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmengine
mirror of
https://github.com/open-mmlab/mmengine.git
Watch
1
Star
0
Fork
You've already forked mmengine
0
Code
Issues
Projects
Releases
Wiki
Activity
8bf1ecad38
mmengine
/
docs
/
resources
/
config
/
example.py
3 lines
94 B
Python
Raw
Blame
History
model
=
dict
(
type
=
'
CustomModel
'
,
in_channels
=
[
1
,
2
,
3
]
)
optimizer
=
dict
(
type
=
'
SGD
'
,
lr
=
0.01
)
Reference in New Issue
View Git Blame
Copy Permalink