Vaibhav Kumar

Results 2 issues of Vaibhav Kumar

https://github.com/TimeTraveller-San/RAN-Debias/blob/b446e85f063b3122e2659c721df51e0eac0ba777/src/gipe.py#L37 `E_new` should be used to calculate neighbours in case the precomputed dictionary on disk is not available. Add an `if/else` or `try-catch` block along with a warning for this.

Code can be made much faster by replacing pyTorch autograd with jax's autograd and XLA (jit for faster computations) along with vmap. TODO ^