teaching-on-testbeds / ml-energy

MIT License
0 stars 0 forks source link

Create notebook that reproduces *one* point in Fig 2a of the Zeus paper #5

Open ffund opened 6 months ago

ffund commented 6 months ago

As a starting point for #4 let's write a notebook that reproduces one point in that figure.

Deepak-Work commented 6 months ago

The DeepSpeech experiment became too complicated. The librispeech data needs to be preprocessed from .flac file to .csv, which in itself becomes a very complicated task.

Deepak-Work commented 6 months ago

Switched to Imagenet experiment using Resnet-50. The notebook uploaded currently has not been run in its entirety. Also, missing an explanation of steps

ffund commented 6 months ago

Comments -

ffund commented 6 months ago

image

Deepak-Work commented 6 months ago

The imagenet data is too huge for the node. When extracting the downloaded .tar files, the system gives a "Disk Full Error"

Compresses .tar files have the size: 137GB (Train) and 7GB (Test). These when uncompressed give error.

Continuing the experiment with a subset of data present here

ffund commented 6 months ago

The imagenet data is too huge for the node. When extracting the downloaded .tar files, the system gives a "Disk Full Error"

Compresses .tar files have the size: 137GB (Train) and 7GB (Test). These when uncompressed give error.

Continuing the experiment with a subset of data present here

Refer to #6