adversarial-autoencoder icon indicating copy to clipboard operation
adversarial-autoencoder copied to clipboard

init_scope missing in Module

Open apastore opened this issue 7 years ago • 2 comments

Since your last commit I get

File "run/unsupervised/clustering/train.py", line 180, in main() File "run/unsupervised/clustering/train.py", line 29, in main model = Model() File "/Users/alessandro/adversarial-autoencoder/run/unsupervised/clustering/model.py", line 21, in init nn.Tanh(), File "/Users/alessandro/adversarial-autoencoder/aae/nn.py", line 250, in init self.add(*layers) File "/Users/alessandro/adversarial-autoencoder/aae/nn.py", line 253, in add with self.init_scope(): AttributeError: 'Module' object has no attribute 'init_scope'

apastore avatar Oct 23 '17 21:10 apastore

Please update Chainer.

pip install -U chainer

musyoku avatar Oct 24 '17 06:10 musyoku

I see! I am using the bioconda version.

Sent from my iPhone

On Oct 24, 2017, at 2:06 AM, musyoku [email protected] wrote:

Please update Chainer.

pip install -U chainer — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

apastore avatar Oct 24 '17 07:10 apastore