Caffe and TensorFlow at Deep Learning Analytics

Thank you!

Deep Learning Analytics

deeplearninganalytics.com

some of the Deep Learning Analytics team

DarLA

warning: opinions

DL framework comparison

Easy to start?

pip install:
✘ Caffe
✔ TensorFlow

"Easy" models:
½ Caffe
✔ TensorFlow

Easy to develop?

API level:

Python integration:
½ Caffe
✔ TensorFlow

modular design

layer {name: "data"
       type: "Data"
       top: "data"
       top: "label"
       transform_param {crop_size: 227}
       data_param {source: "train_lmdb_path"
                   batch_size: 256
                   backend: LMDB}}

multi-GPU

AlexNet diagram

Caffe

multi-GPU Caffe docs

TensorFlow

tf.device()

Jenn

multi-machine

Caffe

trivial MPI

TensorFlow

tf.device()

infrastructure

responsiveness

merge time:

TensorFlow logo

Thanks!

planspace.org

@planarrowspace