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

Some errors when running this project #2

Open
Aaricis opened this issue May 16, 2019 · 4 comments
Open

Some errors when running this project #2

Aaricis opened this issue May 16, 2019 · 4 comments

Comments

@Aaricis
Copy link

Aaricis commented May 16, 2019

I recently ran a model and when I ran it I received this warning:
Converting sparse IndexedSlices to a dense Tensor of unknown shape. " "This may consume a large amount of memory.
I think this is caused by TensorFlow, and how can I identify it and fix it?

@maxhuettenrauch
Copy link
Collaborator

This is happening due the use of the gather and scatter function I suppose. It should still work as intended as it is just a warning and not an error.

@Aaricis
Copy link
Author

Aaricis commented May 31, 2019

Thanks a lot! I will try again.

@Aaricis
Copy link
Author

Aaricis commented May 31, 2019

Another question, what configurations do I need? My computer maybe is too weak to run this project.

@Aaricis
Copy link
Author

Aaricis commented Jun 2, 2019

I found this Warning which is caused by tf.gather_nd().I don't know how to fix this bug.
How should I ignore this warning and keep code running?

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

2 participants