Open IssamLaradji opened 4 years ago
@IssamLaradji Thanks! Likely!
pytorch version would probably be even better because then it would support GPU and automatic differentiation.
We actually don't need AD. The gradients we need are easily computable in closed-form. I think JAX would be the way to go due to JIT for GPU/TPU.
sounds good, thx.
Hi @IssamLaradji, I have reimplemented SGL in python, it is still in progress though. In case you want to check out: https://github.com/anshul3899/Structured-Graph-Learning
looks amazing @anshul3899 , we can start testing on some applications, thanks!
Great work! Will there be a python version?
Thanks!