hengluchang / deep-news-summarization

News summarization using sequence to sequence model with attention in TensorFlow.
MIT License
185 stars 61 forks source link

problem installing tensorflow #6

Open Pamulapati13 opened 6 years ago

Pamulapati13 commented 6 years ago

I am using higher version of tensorflow.But i am unable to install mentioned tensorflow version

hengluchang commented 6 years ago

There are two ways around this. First you can uninstall your current version of Tensorflow and install the older version same as this repo. The recommended way is to create a python virtual environment and install requirements in your virtual environment.

Pamulapati13 commented 6 years ago

i am using gitbash and tensorflow 0.12 is causing many errors. is there a chance to run that on latest tensorflow versions

Pamulapati13 commented 6 years ago

AttributeError: module 'tensorflow.tools.api.generator.api.nn' has no attribute 'seq2seq' I even got this error

xin527773783 commented 6 years ago

I solve this problem by using Anaconda,you can create a python3.6 environment and install requirements in your environment.

abhineet99 commented 5 years ago

AttributeError: module 'tensorflow.tools.api.generator.api.nn' has no attribute 'seq2seq' I even got this error

Yeah they have shifted se2seq to legacy, check updates on tensorflow git.