Skip to content
#

chainer

Here are 354 public repositories matching this topic...

r9y9
r9y9 commented Jun 18, 2019

Current documentation in README explains how to install the toolkit and how to run examples. However, I don't think this is enough for users who want to make some changes to the existing recipes or make their own new recipe. In that case, one needs to understand what run.sh does step by step, but I think docs for that are missing at the moment. It would be great if we provide documentation for:

muupan
muupan commented Sep 17, 2019
2019-09-17 15:58:06.381228 STDOUT 2012] | chainerrl/tests/links_tests/test_stateless_recurrent_sequential.py .F... [100%]
-- | --
2019-09-17 15:58:06.381228 STDOUT 2012] |  
2019-09-17 15:58:06.381229 STDOUT 2012] | =================================== FAILURES ===================================
2019-09-17 15:58:06.381230 STDOUT 2012] | ___________ TestStatelessRecurrentSequential.test_n_
ran337287
ran337287 commented Apr 10, 2018

When I run text_recognition_demo.py with parameters gpu=-1(that is cpu), it can return the results.
But if I set gpu=0, there is something wrong.
The error is
ValueError:numpy and cupy must not be used together type(W):<class 'numpy.ndarray'>, type(x):<class 'cupy.core.core.ndarray'>,type(b):<class 'numpy.ndarray'>
I know nothing about Chainer, what should I do to solve it?

Improve this page

Add a description, image, and links to the chainer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chainer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.