Skip to content
#

chainer

Here are 348 public repositories matching this topic...

toslunar
toslunar commented Nov 8, 2019

Sphinx (2.2.1 or master) produces the following two kinds of warnings in my environment.

duplicate object description

I think cross refs to such object is ambiguous.

autosummary: stub file not found

There are

  • chainer.dataset.Converter base class and
  • chainer.dataset.converter decorator.

Therefore the filesystem has to allow to store `chainer.dataset.Conver

rlronan
rlronan commented Mar 19, 2020

The choice of best action is weighted towards actions with an earlier index (in pi). Instead of taking the argmax(counts) to get the best action, we should pick randomly between all actions which have value of max(counts).
see #165

Since counts is an integer, taking bestA = np.argmax(counts) always weights our action choice towards earlier entries (in the list of actions) when multiple (s,a

scarlett2018
scarlett2018 commented Dec 17, 2019

Checklist for public release

We plan to separate the docs into 4 parts:

  • Manual for data scientists: This manual is for data scientists to learn how to submit job, debug job, manage data, use Marketplace, VSCode / Jupyter extension and CLI support on OpenPAI.
  • Manual for cluster administrators: This manual is for cluster administrators to learn the installation and uninstal
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.