[Docs]: Add comments to indicate which linear evaluation setting belogs to barlowtwins (#390)

pull/393/head
RenQin 2022-08-01 19:57:56 +08:00 committed by GitHub
parent 5d6133d60c
commit c7b4a8323a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ _base_ = [
'../_base_/schedules/sgd_coslr-100e.py',
'../_base_/default_runtime.py',
]
# SwAV linear evaluation setting
# SwAV and Barlow Twins linear evaluation setting
model = dict(backbone=dict(frozen_stages=4))