Library for deep learning on Amazon EC2 with CPU and GPU support for convolutional neural network -
i want train cnn on bunch of images. want run on amazon ec2 cpu or gpu clusters. running deep learning on cluster, figured of options are:
- h2o (with spark)
- caffee
- theano
i not sure of these options suit needs. read through h2o documentation on deep learning, not seem support cnns. ideas on how should proceed?
another side question: how upload images cluster training cnn? new cluster computing.
if follow instructions here https://github.com/deeplearningparis/dl-machine can set ami image theano , torch. there pr on config have caffe default (if need it, checkout branch , run install script instance up).
Comments
Post a Comment