musyoku / adversarial-autoencoder

Chainer implementation of adversarial autoencoder (AAE)
258 stars 76 forks source link

init_scope missing in Module #11

Open apastore opened 6 years ago

apastore commented 6 years ago

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'

musyoku commented 6 years ago

Please update Chainer.

pip install -U chainer
apastore commented 6 years ago

I see! I am using the bioconda version.

Sent from my iPhone

On Oct 24, 2017, at 2:06 AM, musyoku notifications@github.com 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.