Skip to content

Commit 7b8a0bb

Browse files
authored
Maximum value of save_every_epoch changed to 50 => 200 (#178)
1 parent a6cb4d3 commit 7b8a0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infer-web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ def export_onnx(ModelPath, ExportedPath, MoeVS=True):
12461246
with gr.Row():
12471247
save_epoch10 = gr.Slider(
12481248
minimum=0,
1249-
maximum=50,
1249+
maximum=200,
12501250
step=1,
12511251
label=i18n("保存频率save_every_epoch"),
12521252
value=5,

0 commit comments

Comments
 (0)