From 1e6d04c816a2813b8cf71b62fd980e92b43891f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 27 Jan 2025 06:51:31 +0000 Subject: [PATCH] chore: vars fix --- learning/python/lib_perfspec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",