JRQi commited on
Commit
fde583d
1 Parent(s): ef27278

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -1
game3.py CHANGED
@@ -38,7 +38,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
38
  text = eval(content[int(num_selected*2)])
39
  interpretation = eval(content[int(num_selected*2+1)])
40
 
41
- golden_label = (text['label']^1) * 100
42
 
43
  # (START) off-the-shelf version -- slow at the beginning
44
  # Load model directly
 
38
  text = eval(content[int(num_selected*2)])
39
  interpretation = eval(content[int(num_selected*2+1)])
40
 
41
+ golden_label = (text['binary_label']^1) * 100
42
 
43
  # (START) off-the-shelf version -- slow at the beginning
44
  # Load model directly