rezoo / illustration2vec

A simple deep learning library for estimating a set of tags and extracting semantic feature vectors from given illustrations.
MIT License
669 stars 112 forks source link

ValueError: train argument is not supported anymore. Use chainer.using_config #20

Open kiritosan opened 5 years ago

kiritosan commented 5 years ago

When I run the end sentence of the example1, this error occurs, and I don't know how to fix it.

EddieZM commented 5 years ago

Haved u solved it?

kiritosan commented 5 years ago

Not yet.

EddieZM commented 5 years ago

Find chainer_i2v.py in Pull requests and replace it to the chainer_i2v.py in i2v. I tried yesterday and make it.

kiritosan commented 5 years ago

Thanks for the reply, but after replacing the codes, a new error occurred.

NameError: name 'average_pooling_2d' is not defined

And I don't where the function "average_pooling_2d" is.

rachmadaniHaryono commented 5 years ago

@kiritosan what is your chainer version? #14 from @Katsuya-Ishiyama may fix your problem. and it seem #19 from @Hiroshiba fix the same problem