Commit 4cd84414 authored by Yusei Tahara's avatar Yusei Tahara

software/wendelin: Add chainer.

parent 2558aadd
[buildout] [buildout]
extends = extends =
../../component/keras/buildout.cfg ../../component/keras/buildout.cfg
../../component/chainer/buildout.cfg
software.cfg software.cfg
parts += parts +=
keras-egg keras-egg
chainer-egg
[eggs] [eggs]
eggs += eggs +=
...@@ -14,6 +16,9 @@ eggs += ...@@ -14,6 +16,9 @@ eggs +=
${python-PyYAML:egg} ${python-PyYAML:egg}
six six
keras keras
filelock
nose
${chainer:egg}
[cuda] [cuda]
# If you use cuda, please adjust paramters for your environment # If you use cuda, please adjust paramters for your environment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment