chore: vars fix

This commit is contained in:
Jesús Pérez Lorenzo 2025-01-27 06:51:31 +00:00
parent f87367b869
commit 1e6d04c816

View File

@ -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",