|
@@ -11,7 +11,7 @@ import time # For time tracking during training
|
|
|
# DATA PREPARATION #
|
|
|
############################################################################
|
|
|
# Define the main folder containing all processed data
|
|
|
-main_path_to_data = r"C:\Users\Klanecek\Desktop\processed" # Change this path as needed
|
|
|
+main_path_to_data = "/data/PSUF_naloge/5-naloga/processed/" # Change this path as needed
|
|
|
|
|
|
# Get file lists from the subdirectories 'mild' and 'severe'
|
|
|
files_mild = os.listdir(os.path.join(main_path_to_data, "mild"))
|