encoder-decoder環境部署問題

來源:互聯網
上載者:User

標籤:std   sig   com   seq   request   numpy   bst   3.1   sts   

pip -v    2.7 

cp -r pip2.7 pip 

pip list

appdirs (1.4.3)
cycler (0.10.0)
distribute (0.7.3)
extern (0.1.0)
funcsigs (1.0.2)
h5py (2.7.0)
Keras (1.2.2)
matplotlib (1.5.2)
mock (2.0.0)
numpy (1.12.1)
packaging (16.8)
pbr (2.0.0)
pip (9.0.1)
protobuf (3.2.0)
pyparsing (2.2.0)
pyrouge (0.1.3)
python-dateutil (2.6.0)
pytz (2017.2)
PyYAML (3.12)
recurrentshop (0.0.1)
requests (2.12.4)
scikit-learn (0.17.1)
scipy (0.19.0)
seq2seq (0.1.0)
setuptools (0.9.6)
six (1.10.0)
sklearn (0.0)
tensorflow (1.0.1)
Theano (0.8.2)
vine (1.1.3)
wheel (0.29.0)

缺少 GLIBCXX

從網上下載libstdc++.so.6.0.21 

strings /usr/lib64/libstdc++.so.6 | grep GLIBC
 rm libstdc++.so.6
 ln -s libstdc++.so.6.0.21 libstdc++.so.6
 strings /usr/lib64/libstdc++.so.6 | grep GLIBC

缺少seq2seq

sudo pip install git+https://github.com/farizrahman4u/seq2seq.git

缺少layers decoder從網上下載layers

下載 recurrentshop

 

encoder-decoder環境部署問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.