sonsus commited on
Commit
05d366b
1 Parent(s): 6c4d03f

Update harim_plus.py

Browse files
Files changed (1) hide show
  1. harim_plus.py +1 -1
harim_plus.py CHANGED
@@ -150,7 +150,7 @@ class Harimplus_Scorer:
150
  idx=0
151
  minibatches = []
152
  while True:
153
- start = id
154
  end = idx+bsz
155
  if start >= len(exs):
156
  break
 
150
  idx=0
151
  minibatches = []
152
  while True:
153
+ start = idx
154
  end = idx+bsz
155
  if start >= len(exs):
156
  break