我正在使用nolearn.lasagne中的神经网络实现,正如所提到的here
但是,我得到了以下错误:
ImportError: No module named 'cPickle'
我发现cPickle是python-3中的pickle。
诺林/千层面支持巨蟒-3吗?如果没有,有什么解决办法吗?
发布于 2015-05-11 20:57:51
你好像在用老版的诺尔学。使用以下命令尝试当前Github的主程序:
pip uninstall nolearn pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn
下面是使用Python2.7和3.4运行的主版测试:https://travis-ci.org/dnouri/nolearn/builds/61806852
https://stackoverflow.com/questions/30034492
复制相似问题