chainer_caption_generation icon indicating copy to clipboard operation
chainer_caption_generation copied to clipboard

Problem in Convolution2D class

Open SrinivasReddyMandala opened this issue 9 years ago • 1 comments

I have installed all the dependencies correctly. The Convolution2D class in chainer library is showing the following problem. I tried reinstalling it both form pip and source code. I tried editing the source code too. The problem is with the constructor i guess. screenshot from 2016-08-15 22-47-27

SrinivasReddyMandala avatar Aug 15 '16 17:08 SrinivasReddyMandala

I could not reproduce the same error as you, but I also had the issue to run the sample with the latest chainer. Chainer sometimes updates without downward compatibility. So I just tried chainer 1.6, and it worked. My suggestion is to use chainer 1.6. Maybe it might work with later version, but I cannot guarantee.

So the solution is to try: pip uninstall chainer pip install chainer==1.6

apple2373 avatar Aug 19 '16 03:08 apple2373