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

What is the version numver of tensorfow and Numpy used in this code? #2

Closed
ghost opened this issue Jul 28, 2018 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Jul 28, 2018

What is the version numver of tensorfow and numpy used in this code? I got a lot errors when I test the code?
Thanks a lot!

@dongjun-Lee
Copy link
Owner

I used numpy==1.15.0, and tensorflow==1.8.0. If you still have errors, please attach the error message. Thank you!

@ghost
Copy link
Author

ghost commented Jul 28, 2018 via email

@dongjun-Lee
Copy link
Owner

I can't reproduce this error so I'm not sure what is the problem, but the error message is saying that you are trying to create an array from a list that isn't shaped like a multi-dimensional array. For example, numpy.array([[1,2], [2, 3, 4]]).

Could you please clone the repository again and try below?

$ git clone https://github.com/dongjun-Lee/text-summarization-tensorflow.git
$ unzip sample_data.zip
$ python train.py

If it still happens, please let me know.

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