From d8e0500600a68e4efc68f5b148f881206222958c Mon Sep 17 00:00:00 2001 From: marshallxu Date: Mon, 23 Oct 2023 18:28:35 +1000 Subject: [PATCH] minor bug fixed --- tests/test_boost_module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_boost_module.sh b/tests/test_boost_module.sh index 366929c..a40483e 100644 --- a/tests/test_boost_module.sh +++ b/tests/test_boost_module.sh @@ -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""