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 1.0.0
pts/tensorflow-1.0.0
- 06 February 2017 -
Initial commit of TensorFlow benchmark
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cifar10_tf.tar.gz</URL> <MD5>f71780e2159320c70aea9e63f68c5ff1</MD5> <SHA256>996b444e1082a0cb70ded6d8f5d405a82162f452995e441805112681a1e83c97</SHA256> <FileSize>13188</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh # Not all of these dependencies below may be covered automatically by PTS # sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler # sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev libatlas-base-dev # sudo apt-get install --no-install-recommends libboost-all-dev rm -rf cifar10 tar -axf cifar10_tf.tar.gz pip3 install tensorflow echo "#!/bin/sh cd cifar10 python3 cifar10_train.py --max_steps \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > tensorflow chmod +x tensorflow
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total duration: #_RESULT_# seconds</OutputTemplate> <LineHint>Total Time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Tensorflow</Title> <AppVersion>2017-02-03</AppVersion> <Description>This is a benchmark of the Tensorflow deep learning framework using the CIFAR10 data set.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>100</EnvironmentSize> <ProjectURL>https://www.tensorflow.org</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>pip3</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Build</DisplayName> <Identifier>build</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Cifar10</Name> <Value>400</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>