mlx
mlx copied to clipboard
Pretrained CV Models available?
Is there any way to import pretrained SOTA CV models (e.g. MobileNet) instead of creating toy CV models? I didn't find examples. Thanks for any response
I have implemented VGG with loading from Pytorch weights here: https://github.com/robertmccraith/mimm there's some training code also, more models to come soon.