2017-06-02 51 views
0

我已經安裝了chainer,但仍然出現此錯誤,請幫助解決它!ImportError無法導入名稱FunctionSet

Traceback (most recent call last): 
    File "/home/hoda/Downloads/vae-1-master/source/vae_mnist.py", line 1, in <module> 
    from chainer import FunctionSet,Variable 
ImportError: cannot import name FunctionSet 

這是代碼

from chainer import FunctionSet,Variable 
import chainer.functions as F 
import numpy 
from vae_model import VAE_bernoulli,VAE_gaussian 
+0

你是怎麼做的高高的長椅?另外,你使用Python的virtualenv? – unknown

回答

相關問題