error fix
“ValueError: numpy.ndarray size changed, may indicate binary incompatibility.” error fix
After installing packages with python and running a torch training script, I encountered the following error. This error occurred in pycocotools package which was used by detectron2 package. My solution was to reinstall pycocotools package with special options. after this fix, the above error did not appear. My environment was Read more…