Luca Grementieri
Luca Grementieri
The function [trimesh.grouping.boolean_rows](https://trimesh.org/trimesh.grouping.html#trimesh.grouping.boolean_rows) is described as a very general function to find matching rows in arbitrary matrices but internally it converts the arrays to the type `np.int64`. Therefore, if the...
The current installation instructions make very hard to install PyNomad in virtual enviroment, in fact the `--user` option in the line `COMMAND python setup_PyNomad.py ${CMAKE_BINARY_DIR} ${NOMAD_VERSION} install` inside `interfaces/PyNomad/CMakeLists.txt` overwrite...
I am following the guide published at https://github.com/google/jax/issues/5337 to run a JAX program in C++. The published example (https://github.com/google/jax/tree/main/examples/jax_cpp) works as expected, but if in the exported function I define...
This PR adds support for jaxtyping annotations preserving all the features and checks on tensor dimensions. The PR doesn't update the README, since it could become messy very easily. I'll...
I just discovered the [jaxtyping](https://github.com/google/jaxtyping) library and I think it could be an interesting alternative to the current typing system proposed by jax_dataclasses. jaxtyping supports variable-size axes and symbolic expressions...