chainer-graph-cnn icon indicating copy to clipboard operation
chainer-graph-cnn copied to clipboard

Without cupy

Open corochann opened this issue 6 years ago • 0 comments

When user is not installed cupy (only CPU environment), from chainer.cuda import cupy will fail.

After this PR, train.py can be executed in CPU environment without cupy installed.

corochann avatar Dec 28 '17 06:12 corochann