Martin de La Gorce

Results 54 comments of Martin de La Gorce
trafficstars

Hi @gdalle , "is it correct that you still end up computing the JVP with every single basis vector" in some sense yes: I start with the identity matrix for...

Could you please add a test like I did in my draft PR? https://github.com/mivade/argparse_dataclass/pull/60 thanks!

Although it seems available on anaconda.org ([OpenImageIO](https://anaconda.org/conda-forge/openimageio)) I am afraid not having it on pypi.org is a no-go for my use-case and seems quite limiting. Do you know if publishing...

should I understand that the response to "Would it be possible or sensible to provide something similar to this as part of the official OpenEXR Python package" is no, or...

I tried to install openimageio from anaconda.org but it looks like it is not available for windows :(.

Conan and VcPkg seems to be mostly C and C++ package managers, would I then need to compile the python binding? If so that sounds quite involved...and not easily applicable...

for the reference, in addition to [openexr-numpy](https://pypi.org/project/openexr-numpy/), there is also [pyexr](https://pypi.org/project/pyexr/) that provides a numpy interface by wrapping OpenEXR

Would it make sense to have a first implementation with limited support for subclasses that would be well documented? It would throw an error for unsupported cases. It might be...

Yes we have to call AutoDiffJacobianAutoDiff every time to get the Jacobian at different points. There is no differentiated code generated that could be reuse. This library implements forward autodiff...

"Can you suggest a similar AutoDiff package for C++? Something that calculates Jacobian." There a many C++ packages to do autodiff with various pro and cons. I have not experience...