Closed stefanbringuier closed 1 month ago
I also encountered this and was alternatively able to get it to work with:
orbff = pretrained.orb_v1()
orbff.to(device)
calc = ORBCalculator(orbff, device=device)
Thanks for raising this and proposing fixes. We just released V0.3.2 which fixes this behaviour so GPU should work out-of-the-box.
We also added custom finetuning :)
When trying to invoke
I'm getting this issue with the PyTorch tensors:
The only way I got this to work is if I do: