Skip to content

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KMarshallX committed Oct 23, 2023
1 parent 8f91354 commit d8e0500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_boost_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ echo "Path to output: "$path_to_output""
path_to_scratch_model="./data/predicted_labels/model_test"
echo "Path to model: "$path_to_scratch_model""

path_to_preprocessed="./data/preprocessed/"
echo "Path to preprocessed data: "$path_to_preprocessed""
path_to_preprocessed_images="./data/preprocessed/"
echo "Path to preprocessed data: "$path_to_preprocessed_images""

n_epochs=5
echo "Number of epochs: "$n_epochs""
Expand Down

0 comments on commit d8e0500

Please sign in to comment.