feat: 增加save_step的数,避免大量模型文件产生
This commit is contained in:
parent
ce9b1c1fa3
commit
4ea884bfa7
|
@ -64,6 +64,6 @@ else:
|
|||
ms = ModelSpeech(datapath)
|
||||
|
||||
#ms.LoadModel(modelpath + 'speech_model251_e_0_step_327500.h5')
|
||||
ms.TrainModel(datapath, epoch = 50, batch_size = 16, save_step = 500)
|
||||
ms.TrainModel(datapath, epoch = 50, batch_size = 16, save_step = 5000)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue