Jakub Kwiatkowski commited on
Commit
fadd4cc
·
1 Parent(s): bf96524

fix: Variable name.

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -67,7 +67,7 @@ def run_nn(index=0):
67
  # 'index': np.zeros(shape=(1, 1), dtype="uint8"),
68
  # 'target': np.zeros(shape=(1, 16, 113), dtype="int8"),
69
  # }
70
- d = {
71
  'inputs': np.asarray(data, dtype="uint8"),
72
  'index': np.zeros(shape=(1, 1), dtype="uint8"),
73
  'target': np.zeros(shape=(1, 16, 113), dtype="int8"),
 
67
  # 'index': np.zeros(shape=(1, 1), dtype="uint8"),
68
  # 'target': np.zeros(shape=(1, 16, 113), dtype="int8"),
69
  # }
70
+ data = {
71
  'inputs': np.asarray(data, dtype="uint8"),
72
  'index': np.zeros(shape=(1, 1), dtype="uint8"),
73
  'target': np.zeros(shape=(1, 16, 113), dtype="int8"),