debug
parent
ac27cb1917
commit
2a61ac65bf
|
@ -162,7 +162,7 @@ class RetrievalEval(object):
|
||||||
has_camera = True
|
has_camera = True
|
||||||
batch[2] = batch[2].reshape([-1, 1]).astype("int64")
|
batch[2] = batch[2].reshape([-1, 1]).astype("int64")
|
||||||
|
|
||||||
out = self.model(batch)
|
out = self.model(batch[0])
|
||||||
|
|
||||||
if "Student" in out:
|
if "Student" in out:
|
||||||
out = out["Student"]
|
out = out["Student"]
|
||||||
|
|
Loading…
Reference in New Issue