ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 314 forks source link

TypeError: can't convert np.ndarray of type numpy.bool_ #33

Closed emepetres closed 4 years ago

emepetres commented 4 years ago

Commit https://github.com/ranahanocka/MeshCNN/commit/feaa6c17607b84bb7334dca06747a63e72216aa0 breaks compatibility with pytorch=1.0.1, which is the one specified in the environment.yml file.

TypeError: can't convert np.ndarray of type numpy.bool_. The only supported types are: double, float, float16, int64, int32, and uint8.

Updating pytorch to 1.2 version fix the issue.