ddobreff / nvamdbench

Benchmark for both NVIDIA and AMD GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark for both NVIDIA and AMD GPU

So far, various CNN and CIFAR10 was tested on RADEON MI25 (x4) and RTX 2080Ti (x8).

CNN (TensorFlow + Docker)

cd cnn
# clone the official repo with the following command:
git clone -b cnn_tf_v1.12_compatible https://github.com/tensorflow/benchmarks.git
# change the docker images and tag within the script,
# then run the training script 
./train_nvidia.sh
# or
./train_amd.sh

Training Speedup

Training Speedup

CIFAR-10

First, modify the GPU name and GPU amount in the run_bench_cifar10_all.sh, and comment out the one you don't want to test. Then run

./run_bench_cifar10_all.sh

About

Benchmark for both NVIDIA and AMD GPU

License:MIT License


Languages

Language:Python 91.1%Language:Shell 8.9%