Skip to content

Commit

Permalink
Revert name to root in conf for ChesapeakeCVPR
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantre committed Sep 29, 2023
1 parent 2e659a9 commit 7141d0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/conf/chesapeake_cvpr_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ data:
class_set: 5
use_prior_labels: False
dict_kwargs:
paths: "tests/data/chesapeake/cvpr"
root: "tests/data/chesapeake/cvpr"
download: true
2 changes: 1 addition & 1 deletion tests/conf/chesapeake_cvpr_7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ data:
class_set: 7
use_prior_labels: False
dict_kwargs:
paths: "tests/data/chesapeake/cvpr"
root: "tests/data/chesapeake/cvpr"
download: true
2 changes: 1 addition & 1 deletion tests/conf/chesapeake_cvpr_prior_byol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ data:
class_set: 5
use_prior_labels: True
dict_kwargs:
paths: "tests/data/chesapeake/cvpr"
root: "tests/data/chesapeake/cvpr"
download: true
2 changes: 1 addition & 1 deletion tests/conf/chesapeake_cvpr_prior_moco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ data:
class_set: 5
use_prior_labels: True
dict_kwargs:
paths: "tests/data/chesapeake/cvpr"
root: "tests/data/chesapeake/cvpr"
download: false
2 changes: 1 addition & 1 deletion tests/conf/chesapeake_cvpr_prior_simclr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ data:
class_set: 5
use_prior_labels: True
dict_kwargs:
paths: "tests/data/chesapeake/cvpr"
root: "tests/data/chesapeake/cvpr"
download: false

0 comments on commit 7141d0d

Please sign in to comment.