Aavache

Results 2 issues of Aavache

# 🚀 What is the purpose of this issue? According to the [documentation](https://ml-explore.github.io/mlx/build/html/python/_autosummary/mlx.nn.Conv2d.html), these are the parameters available for `Conv2d`. * **in_channels** ([int](https://docs.python.org/3/library/functions.html#int)) – The number of input channels. *...

enhancement

# What is this issue about? If you try to build the proposed image using `docker/Dockerfile` with the following commands: ```sh cd docker docker build -t energon . ``` The...