pytorch-benchmark icon indicating copy to clipboard operation
pytorch-benchmark copied to clipboard

How to get the output from the readme

Open alfonsocv12 opened this issue 8 months ago • 1 comments

Hello Lukas I have test out the bench mark with the example code that you wrote on the readme.

The output is really different from the examples that you have on the same file.

I don't know if you use a script or wrote them by hand or with some output of another program.

I'll like to have it on the same format to compare with other devices.

Here is the curren't output of my rx 6800 xt

Warming up with batch_size=1: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:04<00:00,  4.91s/it]
Warning! No positional inputs found for a module, assuming batch size is 1.
Warming up with batch_size=1: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 182.40it/s]
Measuring inference for batch_size=1: 100%|█████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:00<00:00, 181.97it/s]
Unable to measure energy consumption. Device must be a NVIDIA Jetson.
Warming up with batch_size=8: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 152.08it/s]
Measuring inference for batch_size=8: 100%|█████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:00<00:00, 151.14it/s]
Unable to measure energy consumption. Device must be a NVIDIA Jetson.

And from the CPU 3800x

Warming up with batch_size=1: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 27.85it/s]
Warning! No positional inputs found for a module, assuming batch size is 1.
Measurement of allocated memory is only available on CUDA devices
Warming up with batch_size=1: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 71.95it/s]
Measuring inference for batch_size=1: 100%|██████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:01<00:00, 71.72it/s]
Unable to measure energy consumption. Device must be a NVIDIA Jetson.
Measurement of allocated memory is only available on CUDA devices
Warming up with batch_size=8: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<00:00, 13.81it/s]
Measuring inference for batch_size=8: 100%|██████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [00:07<00:00, 14.13it/s]
Unable to measure energy consumption. Device must be a NVIDIA Jetson.

alfonsocv12 avatar Oct 24 '23 19:10 alfonsocv12