"tools/cfgs/lyft_models/cbgs_second-nores_multihead.yaml" did not exist on "c4033be4f7273c6083e6880ddd51651acb2feead"
super-resolution_torchscript.py 196 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
_base_ = [
    '../../_base_/torchscript_config.py',
    '../../_base_/backends/torchscript.py'
]

ir_config = dict(input_shape=None)
codebase_config = dict(type='mmagic', task='SuperResolution')