Accelerated PyTorch Training on M1 Mac
pytorch.org
Accelerated PyTorch Training on M1 Mac
1–10 of 153 posts
Re: Accelerated PyTorch Training on M1 Mac
#2Small code example in the PyTorch doc:
Re: Accelerated PyTorch Training on M1 Mac
#3Exciting!! But don't see comparison with any laptop Nvidia GPUs in terms of performance. That would be insightful.
Re: Accelerated PyTorch Training on M1 Mac
#4What is the * in the chart referencing?
Re: Accelerated PyTorch Training on M1 Mac
#5This is much nicer ergonomics than what I had to do for tensorflow. It’s ostensibly out of the box support as a different torch device.
Re: Accelerated PyTorch Training on M1 Mac
#6This is much nicer ergonomics than what I had to do for tensorflow. It’s ostensibly out of the box support as a different torch device.
I agree. I appreciated the M1/Metal TensorFlow support, but that was not as easy to setup.
Re: Accelerated PyTorch Training on M1 Mac
#7This is much nicer ergonomics than what I had to do for tensorflow. It’s ostensibly out of the box support as a different torch device.
You must have installed it a while ago then :). I just recently did and only needed to I stall 2 packages via pip (i think tensoflow-macos and tenderfoot-metal ) which I found much better than wrangling with cuda and cudnn versions for Nvidia cards
Re: Accelerated PyTorch Training on M1 Mac
#8I'm curious about the performance compared to something like, say, the RTX 3070.
Re: Accelerated PyTorch Training on M1 Mac
#9What is the * in the chart referencing?
Probably supposed to be referencing the text under the plot stating the specific configuration of the hardware and software.
Re: Accelerated PyTorch Training on M1 Mac
#10Nice results! But why are people still reporting benchmark results on VGG? Does anybody actually use this network anymore?
Better would be mobilenets or efficientNets or NFNets or vision transformers or almost anything that's come out in the 8 years since VGG was published (great work it was at the time!).