WinWut commited on
Commit
514baab
·
1 Parent(s): d483d19

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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=load_model_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