diff --git a/learning/python/lib_perfspec.py b/learning/python/lib_perfspec.py index cd9dc82..f3bb0ba 100644 --- a/learning/python/lib_perfspec.py +++ b/learning/python/lib_perfspec.py @@ -1,6 +1,6 @@ import marimo -__generated_with = "0.10.16" +__generated_with = "0.10.17" app = marimo.App(width="medium") @@ -82,7 +82,7 @@ def perfspec_vars(app_vars, mo): perfspec = dict( defaults = dict( - epochs=400, + epochs=300, train_size=0.8, sequence_length=2, model_path="perfSPEC_model.keras",