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

Segmentation fault on training #127

Open
nicolagambini opened this issue Sep 30, 2019 · 1 comment
Open

Segmentation fault on training #127

nicolagambini opened this issue Sep 30, 2019 · 1 comment

Comments

@nicolagambini
Copy link

nicolagambini commented Sep 30, 2019

Hi,

whenever I try to run train.py, I get a segmentation fault error. After some debugging, I found out that it crashes on the following instruction (line 136):
_, gs = sess.run([g.train_op, g.global_step])

What could be the cause? Did anyone experience the same error before?
Please let me know if you need more detail.

Python interpreter version: 2.7, 3.6.1 (same outcome with both versions)
Tensorflow version: 1.14.0

@nicolagambini
Copy link
Author

nicolagambini commented Oct 1, 2019

Update: preprocessing the data seems to resolve the issue.

I would then assume that it's mandatory to do so, even if the documentation does not specify it. Can someone motivate this?

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