GCNetwork icon indicating copy to clipboard operation
GCNetwork copied to clipboard

Issue in test.py

Open GongXinyuu opened this issue 8 years ago • 0 comments

In test.py, it seems that you have made a careless mistake: pred = _predictFromArrays_(model, images[left], images[1], images[2], bs), while the function only has 4 arguments. def _predictFromArrays_(model, left, right, bs)

GongXinyuu avatar Oct 10 '17 02:10 GongXinyuu