add settings

This commit is contained in:
unknown
2024-10-27 20:21:12 +02:00
parent 48e3eb1c57
commit 3af98f2a52

View File

@@ -99,7 +99,7 @@ def load_settings(project_name):
path_project = os.path.join(path_project_ckpts, project_name)
file_setting = os.path.join(path_project, "setting.json")
if os.path.isfile(file_setting) == False:
if not os.path.isfile(file_setting):
settings = {
"exp_name": "F5TTS_Base",
"learning_rate": 1e-05,