You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
And from the CPU 3800x
The text was updated successfully, but these errors were encountered: