Skip to content

Commit

Permalink
[Benchmark] rename linear probing config file names
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyixiao18 committed Apr 18, 2022
1 parent b859828 commit f39f02d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'resnet50_8xb32-steplr-100e_in1k.py'
_base_ = 'resnet50_linear-8xb32-steplr-100e_in1k.py'

# model settings
model = dict(with_sobel=True, backbone=dict(in_channels=2, frozen_stages=4))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'resnet50_mhead_8xb32-steplr-90e_in1k.py'
_base_ = 'resnet50_mhead_linear-8xb32-steplr-90e_in1k.py'

# model settings
model = dict(with_sobel=True, backbone=dict(in_channels=2, frozen_stages=4))

0 comments on commit f39f02d

Please sign in to comment.