Skip to content

Commit

Permalink
changed train_url to train_index, test_url to test_index
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan <[email protected]>
  • Loading branch information
AryanNanda17 committed Jan 5, 2025
1 parent 10355c3 commit 1d95a90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ testenv:
# dataset configuration
dataset:
# the url address of train dataset index; string type;
train_url: "/ianvs/dataset/train_data/index.txt"
train_index: "/ianvs/dataset/train_data/index.txt"
# the url address of test dataset index; string type;
test_url: "/ianvs/dataset/test_data/index.txt"
test_index: "/ianvs/dataset/test_data/index.txt"

# metrics configuration for test case's evaluation; list type;
metrics:
Expand Down

0 comments on commit 1d95a90

Please sign in to comment.