From 4ea884bfa722f40fa8c8383338a8eed3ac758b81 Mon Sep 17 00:00:00 2001 From: nl <3210346136@qq.com> Date: Tue, 10 Aug 2021 17:14:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0save=5Fstep=E7=9A=84?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=81=BF=E5=85=8D=E5=A4=A7=E9=87=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E6=96=87=E4=BB=B6=E4=BA=A7=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train_mspeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_mspeech.py b/train_mspeech.py index c4f1807..df31180 100644 --- a/train_mspeech.py +++ b/train_mspeech.py @@ -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)