OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
benchmark.py File Reference

Namespaces

 benchmark
 

Functions

def benchmark.print_usage
 
def benchmark.download_cifar10
 
def benchmark.run_cifar10
 
def benchmark.evaluate_cifar10
 

Variables

string benchmark.URL = "http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz"
 
string benchmark.ARCHIVE_NAME = "cifar-10-binary.tar.gz"
 
string benchmark.DATA_FOLDER = "cifar-10-batches-bin"
 
list benchmark.DATA_FILES = ["data_batch_%d.bin" % i for i in range(1, 6)]