安装seq2seq

 
  

1.装keras

2.安装recurrentshop    git地址  附使用教程  https://github.com/farizrahman4u/recurrentshop   

git clone https://www.github.com/datalogai/recurrentshop.git
cd recurrentshop
python setup.py install

3.下一步,提示jsonschema  版本冲突  不用管

4.安装seq2seq    -win以管理员身份运行cmd     -linux 用sudo执行  

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





你可能感兴趣的:(安装seq2seq)