You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@whaozl sorry, I forget to add this requirement file. the version require as follows:
python 2.7
tensorflow 1.5
keras 2.1.6
gensim 3.4.0
pandas 0.22.0
sklearn 0.19.1
lightgbm 2.1.1
xgboost 0.71
jieba 0.39
JianWenJun
changed the title
Can you talk about the running environment of the code, such as tensorflow version python version, etc.
the running environment of the code
Sep 1, 2018
@JianWenJun I see the python3 note.
but core_rnn and core_rnn_cell_impl is not found.
I really want to run on python3 and tf1.8.
Can you provide some steps about the running of your seq2seq code?
# in the https://github.com/JianWenJun/MLDemo/tree/master/NLP/Seq2Seq/seq2seq_attn.py# We disable pylint because we need python3 compatibility.fromsix.movesimportxrange# pylint: disable=redefined-builtinfromsix.movesimportzip# pylint: disable=redefined-builtinfromtensorflow.contrib.rnn.python.opsimportcore_rnnfromtensorflow.contrib.rnn.python.opsimportcore_rnn_cellfromtensorflow.contrib.rnn.python.opsimportcore_rnn_cell_impl
No description provided.
The text was updated successfully, but these errors were encountered: