We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3673872 commit 4ae1741Copy full SHA for 4ae1741
train.py
@@ -98,7 +98,7 @@ def __init__(self,
98
):
99
os.remove(earliest_checkpoint)
100
print(f"Removed {earliest_checkpoint}")
101
- elif os.path.exists(config.get('pretrained_model', '')):
+ elif config.get('pretrained_model', ''):
102
latest_checkpoint = load_custom_model_from_hf("Plachta/Seed-VC", config['pretrained_model'], None)
103
else:
104
latest_checkpoint = ""
0 commit comments