Error when running this tensorflow-1.1.0 version
- Linguagem predominante
- Python
- Estrelas
- 1.5k
- Forks
- 667
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
``$ python -m basic.cli --mode train --noload --debug
Traceback (most recent call last):
File "anaconda2/envs/tensorflow/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "anaconda2/envs/tensorflow/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/bi-att-flow/basic/cli.py", line 5, in
from basic.main import main as m
File "/bi-att-flow/basic/main.py", line 14, in
from basic.model import get_multi_gpu_models
File "/bi-att-flow/basic/model.py", line 6, in
from tensorflow.python.ops.rnn_cell import BasicLSTMCell
ImportError: No module named 'tensorflow.python.ops.rnn_cell'
I have installed the tensorflow-gpu 1.1.0 version and python 3.5.3 and all the required libraries.
It may seem some error with the code version and tensorflow, how can I solve this problem?
Well, it's hard to find a tensorflow-gpu 0.11 version available now so I have to run the 1.1.0 version.
Thanks a lot!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.