Spaces:
Running
Running
Update harim_plus.py
Browse files- 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 =
|
| 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
|