Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -588,7 +588,7 @@ def update_lr(lr):
|
|
588 |
load_model_path='MELGANVC-0.4886211-0.5750153-0-20230612T163214Z-001\MELGANVC-0.4886211-0.5750153-0' #@param {type:"string"}
|
589 |
#If load_model=True, specify the path where the models are saved
|
590 |
|
591 |
-
gen,critic,siam, [opt_gen,opt_disc] = get_networks(shape, load_model=True,path=
|
592 |
|
593 |
#After Training, use these functions to convert data with the generator and save the results
|
594 |
|
|
|
588 |
load_model_path='MELGANVC-0.4886211-0.5750153-0-20230612T163214Z-001\MELGANVC-0.4886211-0.5750153-0' #@param {type:"string"}
|
589 |
#If load_model=True, specify the path where the models are saved
|
590 |
|
591 |
+
gen,critic,siam, [opt_gen,opt_disc] = get_networks(shape, load_model=True,path="MELGANVC-0.4886211-0.5750153-0")
|
592 |
|
593 |
#After Training, use these functions to convert data with the generator and save the results
|
594 |
|