John J Molina
John J Molina
Hello! Thanks for the great emacs theme. I've been using nano-emacs for most of my writing, but I can't seem to get the syntax highlighting to work on python files...
Hello Everyone. First of all, thanks for this great library! I'm not sure if the following issue is with jaxopt or jax itself, but I started having problems applying vmap...
Hello, First of all, thanks for the great library! Second, when I tried compiling with Intel's icpc (Version 2021.2.0), the build fails with the message below (clang and gcc are...
Hello, Running jupyter console --kernel mit-scheme returns the following error message: ;Illegal character: #\u ;To continue, call RESTART with an option number: ; (RESTART 1) => Return to read-eval-print level...
### Description There seems to be an issue with casting for the edge case of size zero arrays. ```python from jax import config config.update("jax_enable_x64", True) import jax.numpy as jnp import...