François Chollet
François Chollet
This is something that would make more sense in the `softmax` op, actually. Just check if `ops.shape[axis] == 1` and print a warning if so.
I just added a warning for incorrect softmax usage. Thanks for the suggestion!
Could you rebase this PR on the `mlx` branch (which is now live)? That way we can start accepting PRs in this repo, which will make it easier for us...
> [angeloskath](https://github.com/angeloskath) wants to merge 25 commits into [keras-team:master](https://github.com/keras-team/keras/tree/master) from [angeloskath:mlx-backend](https://github.com/angeloskath/keras/tree/mlx-backend) Can you target `keras-team:mlx` for the PR? Then we will merge the PR here, and start accepting PRs in...
> Taking up the Moving Dataset utils task as a priority! Should I make a draft PR? No need for a draft -- you can just send the PR when...
> so I may ask a rather silly question : are publicly exported functions those decorated with @keras_core_export Yes, that's right. The public API is programmatically generated using those decorators.
> Can someone help me with keras_core/layers/layer.py:439: # TODO: handle layout.What does it mean to handle the layout? This was referring to the implementation of a future distribution API --...
> I am willing to take a shot at the solve operation implementation, still setting up a development environment. One clarification question. What is the error value for a matrix...
> I wanted to reach out and update you on the progress I've made with the ERF function. I've made significant changes to the code and have already uploaded them...
> I'm working on the keras_core/saving/saving_lib.py. TODO: if h5 filepath is remote, create the file in a temporary directory then upload it. Should I use the requests library to posts...