Skip to content

FreemanX/hkbu-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

hkbu-benchmark

Add benchmark scripts for real data.

By default these scripts will load different datasets under HOME/data/.

data directory structure:

		.                               
		├── caffe                       
		│   ├── cifar10                 
		│   └── mnist                   
		├── cntk                        
		│   ├── cifar10                 
		│   └── mnist                   
		├── mxnet                       
		│   ├── cifar10                 
		│   ├── cifar100                
		│   ├── cifar10_32              
		│   ├── mnist                   
		│   └── ptb                     
		├── tensorflow                  
		│   ├── cifar10                 
		│   ├   └── cifar-10-batches-bin 
		│   ├── MNIST_data              
		└── torch                       
		    ├── cifar10                 
		    └── mnist                   

About

A git repository containing the scripts used in http://arxiv.org/abs/1608.07249

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.0%
  • Lua 19.6%
  • Java 5.4%
  • Shell 4.0%