Skip to content

Commit

Permalink
Merge pull request #170 from KMarshallX/restructure_1023
Browse files Browse the repository at this point in the history
minor bug fixed
  • Loading branch information
KMarshallX authored Oct 23, 2023
2 parents dda79dc + d8e0500 commit 9765616
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 9765616

Please sign in to comment.