Skip to content

Commit

Permalink
Fix for detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegukhyun committed Jul 10, 2023
1 parent 344f526 commit 0b8b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cli/detection/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"--val-data-roots": "tests/assets/car_tree_bug",
"--test-data-roots": "tests/assets/car_tree_bug",
"--input": "tests/assets/car_tree_bug/images/train",
"train_params": ["params", "--learning_parameters.num_iters", "15", "--learning_parameters.batch_size", "4"],
"train_params": ["params", "--learning_parameters.num_iters", "7", "--learning_parameters.batch_size", "4"],
}

# Class-Incremental learning w/ 'vehicle', 'person', 'non-vehicle' classes
Expand Down

0 comments on commit 0b8b9cd

Please sign in to comment.