elastic icon indicating copy to clipboard operation
elastic copied to clipboard

[feature request] Add CPU example

Open gaocegege opened this issue 4 years ago • 2 comments

Description

Add CPU ImageNet or MNIST example

Motivation/Background

Now we only have GPU ImageNet example, which requires multiple GPUs to test the feature. It is better to support CPU.

I hacked the GPU ImageNet example to support CPU locally. I'd appreciate if we can support it in this repo.

gaocegege avatar Nov 03 '21 02:11 gaocegege

How do you support imageNet to support CPU locally, would love to learn more and setup that myself!

andrewemendez avatar Nov 26 '21 20:11 andrewemendez

https://github.com/kubeflow/training-operator/blob/master/examples/pytorch/elastic/imagenet/imagenet.py

gaocegege avatar Nov 27 '21 04:11 gaocegege