Hack90 commited on
Commit
9bcb888
·
verified ·
1 Parent(s): 27c7f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1004,7 +1004,7 @@ with ui.navset_card_tab(id="tab"):
1004
  x = np.linspace(0, 1, 1000)
1005
  loss_rates = []
1006
  labels = []
1007
-
1008
  for param_type in param_types:
1009
  for loss_type in loss_types:
1010
  for model_type in model_types:
 
1004
  x = np.linspace(0, 1, 1000)
1005
  loss_rates = []
1006
  labels = []
1007
+ print(param_types, loss_types, model_types)
1008
  for param_type in param_types:
1009
  for loss_type in loss_types:
1010
  for model_type in model_types: