adaption for deployment structure

This commit is contained in:
Florian Förster
2024-12-11 18:15:07 +01:00
parent 38aa0739ad
commit 123869e203
11 changed files with 106 additions and 110 deletions

View File

@@ -4,7 +4,7 @@ from lang_main.constants import (
INPUT_PATH_FOLDER,
PATH_TO_DATASET,
SAVE_PATH_FOLDER,
input_path_conf,
input_path_cfg,
)
print(SAVE_PATH_FOLDER, '\n')
@@ -12,4 +12,4 @@ print(INPUT_PATH_FOLDER, '\n')
print(PATH_TO_DATASET, '\n')
print('------------------------')
print(Path.cwd(), '\n', input_path_conf)
print(Path.cwd(), '\n', input_path_cfg)