-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Benchmark] rename linear probing config file names (#281)
* [Benchmark] rename linear probing config file names * update config links
- Loading branch information
1 parent
b496a19
commit c0d2680
Showing
23 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../resnet50-sobel_8xb32-steplr-100e_in1k.py → ...50-sobel_linear-8xb32-steplr-100e_in1k.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
2 changes: 1 addition & 1 deletion
2
...et50-sobel_mhead_8xb32-steplr-90e_in1k.py → ...bel_mhead_linear-8xb32-steplr-90e_in1k.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.