Do any deep learning frameworks even have metal support? I could see inference working well on these laptops but they lack so much of the specialized hardware I'd be surprised if training was even possible for most useable models.
"Recently Apple released the new M1 "system on a chip," which not only contains a built-in GPU, but also includes a 16-core "Neural Engine" which supports 11 trillion operations per second. Apple claims the Neural Engine will support up to 15x improvement in ML computation."
The neural engine seems to be only about inference. For training it seems most systems rely on Metal like the Apple Tensorflow plugin [1]. But I have never tried to do ML on macs so I am maybe wrong.
Do people really train locally? I'd have thought the field moved to aws or some other hpc by now. Seems like a waste buying such a nice laptop to just melt and abuse it when you can abuse amazon's hardware instead. The battery won't be happy being discharged every day since it seems like in my experience macbooks don't bypass the battery when on ac power unless you start the computer up with the batty unplugged (not so easy on newer computers)
jjcon|4 years ago
Tpt|4 years ago
cguess|4 years ago
muggermuch|4 years ago
zsmi|4 years ago
https://www.infoq.com/news/2020/11/apple-tensorflow-accelera...
"Recently Apple released the new M1 "system on a chip," which not only contains a built-in GPU, but also includes a 16-core "Neural Engine" which supports 11 trillion operations per second. Apple claims the Neural Engine will support up to 15x improvement in ML computation."
Tpt|4 years ago
[1] https://developer.apple.com/metal/tensorflow-plugin/
asdff|4 years ago