Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Multiverso Python Binding Benchmark

you-n-g edited this page Aug 18, 2016 · 5 revisions

Multiverso Python Binding Benchmark

Task Description

Perform CIFAR-10 classification with residual networks implementation based on Lasagne.

Codebase

Deep_Residual_Learning_CIFAR-10

Setup

Please follow this guide to setup your environment.

Hardware

Hosts1
GPUTesla K40m * 8
CPUIntel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
Memory251GB

Theano settings

Configuration of ~/.theanorc

[global]
device = gpu
floatX = float32
[cuda]
root = /usr/local/cuda-7.5/
[lib]
cnmem = 1

About the Model

Total epoch82
Batch size128
Depth32
Learning rate change scheduleInitialized as 0.1, Changed to 0.01 from epoch 41, to 0.001 from epoch 61
number of parameters in model464,154

Clarification

  • An epoch represents all the processes divide all the data equally and go through them once together.
  • A barrier is used at the end of each epoch.
  • This experiment doesn't use warm start in ASGD.
  • The time to load the data is not considered in the time of the experiment.

The results

The results of 3 experiments with different configurations are shown as following.

Short Name# Process(es)#GPU(s) per ProcessUse multiversoBatch sizeInitial learning rateSeconds per epochBest model validation accuracy
1P1G0M1101280.1175.492.69 %
1P1G1M1111280.1194.492.53 %
8P1G1M811640.0534.192.11 %

accuracy_epochaccuracy_time

Clone this wiki locally