sps44 commited on
Commit
0b70008
1 Parent(s): 1717151

old layout

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -22,8 +22,8 @@ if __name__ == "__main__":
22
 
23
 
24
  while True:
25
- #layout = debug_classification(label='gender', prediction='m1_gender_prediction', embedding='m1_embedding', features=['age', 'emotion'], inspect={'audio': spotlight.Audio})
26
- layout = compare_classification(label='gender', model1_prediction='m1_gender_prediction', model1_embedding='m1_embedding', model1_correct='m1_correct', model2_prediction='m2_gender_prediction', model2_embedding='m2_embedding', model2_correct='m2_correct', inspect={'audio': spotlight.Audio})
27
 
28
  view = spotlight.show(ds, issues=issues, port=7860, host="0.0.0.0", layout=layout,
29
  allow_filebrowsing=False)
 
22
 
23
 
24
  while True:
25
+ layout = debug_classification(label='gender', prediction='m1_gender_prediction', embedding='m1_embedding', features=['age', 'emotion'], inspect={'audio': spotlight.Audio})
26
+ #layout = compare_classification(label='gender', model1_prediction='m1_gender_prediction', model1_embedding='m1_embedding', model1_correct='m1_correct', model2_prediction='m2_gender_prediction', #model2_embedding='m2_embedding', model2_correct='m2_correct', inspect={'audio': spotlight.Audio})
27
 
28
  view = spotlight.show(ds, issues=issues, port=7860, host="0.0.0.0", layout=layout,
29
  allow_filebrowsing=False)