benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

A benchmark framework for Tensorflow

Results 102 benchmarks issues
Sort by recently updated
recently updated
newest added

When using real ImageNet datasets instead synthetic ones, we found horovod converges much slower than replicated with NCCL **only on ResNet**. We are aware of the fix #190 by @alsrgv...

Base on the research of 'Kaiming He https://github.com/KaimingHe/deep-residual-networks', the accuracy of training resnet50 on the Imagenet2012 dataset should be around 75%. The alexnet model should be around 58% described in...

Hi, is it intended to perform weight decay on biases as it seems to be the case of the code and it seems that performing weight decay on biases will...

Hi, I followed the instructions from the [performance page]{https://www.tensorflow.org/performance/performance_models}, and run on two EC2 p2.8xlarge instances, using the same benchmark hash (Benchmark GitHub hash: 9165a70). ``` # Run the following...

Hi, I'm trying to run a distributed replicated benchmark with 128 V100s and I'm getting a OSError. Some more details: - Using AWS P3 instances (16 of them) - Batch...

HI, if i have 5 parts input dataset in hdfs, then if i use 5 workers to train 2 epochs i think worker 0 read part-0 2epochs, worker 1 read...

Tried running distributed Tensorflow between 3 machines, with 1 as PS and the other 2 as workers. The PS and one of the workers start good as expected. However the...

I am able to run this benchmark using P100 with python 2.7, CUDA9, cudnn 7, and TF 1.6. I am trying to run the same with K20 using the same...

Hi guys, I've been reading benchmark_cnn.py and trying to figure out what batch_size really is in a multi-GPU setup when using it to calculate num_batches_per_epoch and decay_steps. num_batches_per_epoch = (float(num_examples_per_epoch)...

Hi, I am running the `lstm_benchmark.py` test on CPU and multi GPU device(Amazon EC2) and I am not getting scaling as expected. Below are the pieces of information: **Instance:** P3.8xLarge(Amazon...