Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with train.py - error loading data #60

Open
tfg1434 opened this issue Sep 18, 2019 · 0 comments
Open

Issue with train.py - error loading data #60

tfg1434 opened this issue Sep 18, 2019 · 0 comments

Comments

@tfg1434
Copy link

tfg1434 commented Sep 18, 2019

loading tensor data file 1 Saved model to models/new_save\model.ckpt (epoch fraction 0.001). Traceback (most recent call last): File "train.py", line 193, in <module> main() File "train.py", line 49, in main train(args) File "train.py", line 140, in train x, y = data_loader.next_batch() File "C:\Users\16175\Documents\code\chatbot-rnn\utils.py", line 192, in next_batch self._load_preprocessed((self.tensor_index + 1) % self.input_file_count) File "C:\Users\16175\Documents\code\chatbot-rnn\utils.py", line 154, in _load_preprocessed ydata[-1] = xdata[0] IndexError: index 0 is out of bounds for axis 0 with size 0

tensorflow-gpu 1.9.0
python 3.6.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant