mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
5 lines
134 B
Python
5 lines
134 B
Python
_base_ = 'resnet50_mhead_8xb32-steplr-28e_places205.py'
|
|
|
|
# model settings
|
|
model = dict(with_sobel=True, backbone=dict(in_channels=2))
|