Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
TensorFlow 2.1.1
pts/tensorflow-2.1.1
- 06 January 2024 -
Add NVIDIA GPU CUDA option.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/tensorflow-benchmarks-20220925.zip</URL> <MD5>228c7bba5c797138057181203265cf04</MD5> <SHA256>45e54b8531d96b0ee6a23d487c463a68511a366f91e0bd702ac61d10cfaf0f50</SHA256> <FileName>tensorflow-benchmarks-20220925.zip</FileName> <FileSize>1001714</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh pip3 install --user tensorflow-cpu==2.12 echo $? > ~/install-exit-status unzip -o tensorflow-benchmarks-20220925.zip echo "#!/bin/sh cd tensorflow-benchmarks/scripts/tf_cnn_benchmarks/ python3 tf_cnn_benchmarks.py \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > tensorflow chmod +x tensorflow
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>total images/sec: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>TensorFlow</Title> <AppVersion>2.12</AppVersion> <Description>This is a benchmark of the TensorFlow deep learning framework using the TensorFlow reference benchmarks (tensorflow/benchmarks with tf_cnn_benchmarks.py). Note with the Phoronix Test Suite there is also pts/tensorflow-lite for benchmarking the TensorFlow Lite binaries if desired for complementary metrics.</Description> <ResultScale>images/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>1300</EnvironmentSize> <ProjectURL>https://www.tensorflow.org/</ProjectURL> <RepositoryURL>https://github.com/tensorflow/tensorflow</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>pip3</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>--data_format=NHWC </Arguments> </Default> <Option> <DisplayName>Device</DisplayName> <Identifier>device</Identifier> <ArgumentPrefix>--device </ArgumentPrefix> <Menu> <Entry> <Name>CPU</Name> <Value>cpu</Value> </Entry> <Entry> <Name>GPU</Name> <Value>gpu</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Batch Size</DisplayName> <Identifier>batch-size</Identifier> <ArgumentPrefix>--batch_size=</ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>16</Name> <Value>16</Value> </Entry> <Entry> <Name>32</Name> <Value>32</Value> </Entry> <Entry> <Name>64</Name> <Value>64</Value> </Entry> <Entry> <Name>256</Name> <Value>256</Value> </Entry> <Entry> <Name>512</Name> <Value>512</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Model</DisplayName> <Identifier>Model</Identifier> <ArgumentPrefix>--model=</ArgumentPrefix> <Menu> <Entry> <Name>VGG-16</Name> <Value>vgg16</Value> </Entry> <Entry> <Name>ResNet-50</Name> <Value>resnet50</Value> </Entry> <Entry> <Name>AlexNet</Name> <Value>alexnet</Value> </Entry> <Entry> <Name>GoogLeNet</Name> <Value>googlenet</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>