lstm-char-cnn-tensorflow
lstm-char-cnn-tensorflow copied to clipboard
in progress
Dear, tf.nn.rnn_cell._linear is not available in Tensorflow 1.0.1. The code location is in ops.py line 27. Could you please give some suggestions? Thanks.
I use anaconda with python3.5 and tensorflow 1.2 in win10. Running the example codes: `python main.py --dataset ptb` and `python main.py --dataset ptb --forward_only_True` both give the same error message....
- replaced outdated xrange with range - added . for relative import - replaced tf.nn.rnn_cell with new tf.contrib.rnn
version log: 1. supported python3.x 2. modify some codes to support tensorflow 1.8.0 test info: test machine platform: Ubuntu 16.04.5 x86_64 GPU test python version: 3.5.2 test tensorflow version: 1.8.0...
When I run the code I meet following message,who can help?thanks Traceback (most recent call last): File "/home/hx/Downloads/lstm-char-cnn-tensorflow-master/main.py", line 5, in from .models import LSTMTDNN ModuleNotFoundError: No module named '__main__.models';...
After I did some modification following the guides given by https://github.com/carpedm20/lstm-char-cnn-tensorflow/issues/23 and https://github.com/carpedm20/lstm-char-cnn-tensorflow/issues/20, there is still some errors when running the program. Traceback (most recent call last): File "/home/ymzhu/pycharm-2017.2.3/helpers/pydev/pydevd.py", line...
Python 3.6.3, tensorflow-1.4.0 on Windows 7 Ultimate SP1 python main.py --dataset ptb self.loader = BatchLoader(self.data_dir, self.dataset_name, self.batch_size, self.seq_length, self.max_word_length) File "C:\Users\akuo\lstm-char-cnn-tensorflow\batch_loader.py", line 52, in __init__ ydata[-1] = data[0].copy() IndexError: index...
I tried to run the code line (python main.py --dataset ptb) and got the following error. I am using tensorflow 1.0.1 danish@amax:~/trycode/lstm-char-cnn-tensorflow-master$ python main.py --dataset ptb I tensorflow/stream_executor/dso_loader.cc:135] successfully opened...
Using Python 3.5 I tried to run this project with its basic settings and cannot even run main.py as it claims there's a missing module. Though __init__.py in the models...
when run the 'main.py', encounter this problem.