chore: vars fix
This commit is contained in:
parent
f87367b869
commit
1e6d04c816
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user