rmn icon indicating copy to clipboard operation
rmn copied to clipboard

ypeError: only integer scalar arrays can be converted to a scalar inde

Open barbarasilveiraf opened this issue 7 years ago • 1 comments

I am currently using python version 2.7

Traceback (most recent call last): File "train_rmn.py", line 196, in bname = bmap[book]

barbarasilveiraf avatar Feb 22 '18 21:02 barbarasilveiraf

The numpy need to be in version 1.10. So pip install numpy==1.10

barbarasilveiraf avatar Feb 23 '18 13:02 barbarasilveiraf