-
Notifications
You must be signed in to change notification settings - Fork 36
SelfAttention_MLX #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.