Conversation
|
bug :( tests/test_mlx_unet.py .F [100%] ============================================================================================== FAILURES ===============================================================================================
tests/test_mlx_unet.py:111: ml_mdm/models/unet_mlx.py:126: in forward self = Conv2d(64, 64, kernel_size=(1,), stride=(1, 1), padding=(0, 0), dilation=1, groups=1, bias=True)
E ValueError: [conv] Expect the input channels in the input and weight array to match but got shapes - input: (2,64,8,8) and weight: (64,1,1,64) ../anaconda3/lib/python3.11/site-packages/mlx/nn/layers/convolution.py:157: ValueError ---------- coverage: platform darwin, python 3.11.5-final-0 ----------
|
|
gonna check it, but probably the error is because of mlx.array initialization |
|
@bdeanhardt i think i've got this
|
|
@gabrielfnayres awesome! |
should i open another PR? @luke-carlson |

No description provided.