Right now, comparing an mx.array instance with a python list, encounters error. There's a need for fixing this to pursue the common convention of numpy and PyTorch, so converting from list to mx.array is done implicitly (and is not needed to be done explicitly each time).
If this is a valid requirement, please let me know. I'd be happy to help fix this and make a contribution.
Thanks!
Right now, comparing an
mx.arrayinstance with a python list, encounters error. There's a need for fixing this to pursue the common convention of numpy and PyTorch, so converting from list tomx.arrayis done implicitly (and is not needed to be done explicitly each time).If this is a valid requirement, please let me know. I'd be happy to help fix this and make a contribution.
Thanks!