mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* mmcls -> mmpretrain * add constraints.txt * fix lint * fix lint * remove constraints.txt * fix windows ci * modify requirements * fix mdlink and mmpretrain version * fix dead link * modify codebase cmakelist * fix rename
7 lines
189 B
Python
7 lines
189 B
Python
_base_ = [
|
|
'../_base_/torchscript_config.py', '../_base_/backends/torchscript.py'
|
|
]
|
|
|
|
ir_config = dict(input_shape=None)
|
|
codebase_config = dict(type='mmpretrain', task='Classification')
|