cvxgrp / pymde

Minimum-distortion embedding with PyTorch
https://pymde.org
Apache License 2.0
526 stars 27 forks source link

incompatibility with PyTorch 2.0? #76

Closed PierreBoyeau closed 1 year ago

PierreBoyeau commented 1 year ago

Hi, many thanks for the wonderful package. I have observed that I get segmentation fault errors when using PyTorch 2.0 and pymde. Everything works fine with PyTorch 1.13.1. Would it be possible to pin torch accordingly?

akshayka commented 1 year ago

@PierreBoyeau Are you still finding pymde to be incompatible with 2.0? If so we should keep this issue open

PierreBoyeau commented 1 year ago

@akshayka : I was not able to reproduce on a fresh environment, so I am not exactly sure which conflict caused the seg fault. I will update you if I have more info.