rejuvyesh / PyCallChainRules.jl

Differentiate python calls from Julia
MIT License
56 stars 2 forks source link

Support PythonCall.jl? #11

Closed mohamed82008 closed 2 years ago

mohamed82008 commented 2 years ago

Thanks for this fantastic package. Would it be too much work to generalise the approach here to work with PythonCall.jl?

rejuvyesh commented 2 years ago

Absolutely! As you can see there is even a PR. Once I merge the DLPack integration I'll get to PythonCall version. Although I'm not sure whether that should be in a different package, say PythonCallChainRules.jl because the interactions and transformations of PyObject is somewhat different than Py.

mohamed82008 commented 2 years ago

Sounds great. I think a different package might make more sense.

rejuvyesh commented 2 years ago

Should have it soon @ https://github.com/rejuvyesh/PythonCallChainRules.jl