Matthieu Thiboust

Results 6 issues of Matthieu Thiboust

Thanks for the library! If I understand correctly: * Keyword arguments cannot be used with functions wrapped with `eqx.filter_vmap` * The `key` argument of all equinox Module methods is a...

feature

### What docker image(s) are you using? pytorch-notebook, tensorflow-notebook ### Host OS system Ubuntu 23.10 ### Host architecture x86_64 ### What Docker command are you running? `docker run -it --rm...

type:Bug

See the discussion in https://github.com/keras-team/keras/issues/19832 # Context Currently, keras serialization does not store the definition of custom objects (see [here](https://keras.io/guides/serialization_and_saving/#custom-objects)). Thus, pickled models are not self-sufficient if you want to...

size:S

Following the recent work on pickle support for Keras 3 (PRs https://github.com/keras-team/keras/pull/19555 & https://github.com/keras-team/keras/pull/19592), it would be useful to add the definition of custom objects directly inside the pickled file....

type:feature

I am surprised that `joblib` includes its own vendor copy of `cloudpickle`. Why not declaring `cloudpickle` as a dependency instead?

Currently, the `jupyter.runStartupCommands` setting can only be set in the user settings file. It would be useful if it could also be defined in the workspace settings file. Use case:...

feature-request