Hi,
I have a random crash at init on Ubuntu 20.04, using PyTorch C++ 1.8.2.
I don’t exactly know where it crashes, Valgrind report issue after TorchLibraryInit.
I could reproduce in Debug mode.
We were using PyTorch 1.5.1 before, and it was working well. So maybe we’re missing something for PyTorch 1.8.2 ?
Is there a way to activate some logs from PyTorch to have more info on what is going on?
Thanks,