mlverse / torch

R Interface to Torch
https://torch.mlverse.org
Other
490 stars 64 forks source link

feat: Added `compare_proxy` method for `torch_tensor` #1135

Closed sebffischer closed 7 months ago

sebffischer commented 7 months ago

I left out the grad_fn because it e.g. changes when cloned, but a tensor should be equal to its cloned version

sebffischer commented 7 months ago

I opened another PR