Fix : Settings Loader Issues: Resolve KeyErrors, Path Handling, and Component Assignment (#731)

This commit is contained in:
[Chiyan200]
2025-01-22 00:07:34 +05:30
parent a74d0d0f83
commit 24fe39dc3c

View File

@@ -161,7 +161,6 @@ def load_settings(project_name):
)
# Load metadata
def get_audio_duration(audio_path):
"""Calculate the duration mono of an audio file."""
@@ -1610,7 +1609,6 @@ If you encounter a memory error, try reducing the batch size per GPU to a smalle
cd_logger.value = logger_value
ch_8bit_adam.value = bnb_optimizer_value
ch_stream = gr.Checkbox(label="Stream Output Experiment", value=True)
txt_info_train = gr.Text(label="Info", value="")