Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.02 KB

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