From 6b5d6303cc5024fe792907ef1cf1f26de24d53a0 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Sun, 26 Feb 2023 15:11:21 -0500 Subject: [PATCH] Update --- library/common_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common_gui.py b/library/common_gui.py index 333367e..25089af 100644 --- a/library/common_gui.py +++ b/library/common_gui.py @@ -415,7 +415,7 @@ def gradio_training( with gr.Row(): train_batch_size = gr.Slider( minimum=1, - maximum=32, + maximum=64, label='Train batch size', value=1, step=1, @@ -485,7 +485,7 @@ def gradio_training( 'SGDNesterov', 'SGDNesterov8bit' ], - value="AdamW", + value="AdamW8bit", interactive=True, ) with gr.Row():