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.1.0
pts/tensorflow-1.1.0
- 06 March 2020 -
Rework test, increase max steps to 1000
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/cifar10_tf.tar.gz</URL> <MD5>f71780e2159320c70aea9e63f68c5ff1</MD5> <SHA256>996b444e1082a0cb70ded6d8f5d405a82162f452995e441805112681a1e83c97</SHA256> <FileName>cifar10_tf.tar.gz</FileName> <FileSize>13188</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh # Not all of these dependencies below may be covered automatically by PTS rm -rf cifar10 tar -axf cifar10_tf.tar.gz pip3 install tensorflow echo "#!/bin/sh cd cifar10 python3 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > tensorflow chmod +x tensorflow
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total duration: #_RESULT_# seconds</OutputTemplate> <LineHint>Total Time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <TestInformation> <Title>Tensorflow</Title> <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.1.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> <Menu> <Entry> <Name>Cifar10</Name> <Value>cifar10_train.py --max_steps 1000</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>