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

Can not run the train.py #3

Closed
kevin8new opened this issue Jan 22, 2018 · 3 comments
Closed

Can not run the train.py #3

kevin8new opened this issue Jan 22, 2018 · 3 comments

Comments

@kevin8new
Copy link

kevin8new commented Jan 22, 2018

I have some trouble running the train.py, and I guess the problem is on the tensorboard_logger.

I use the pycharm to debug, and when it gets to the "import tensorboard_logger as tb_logger", the code stops and returns "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)".

When I directly use the "python train.py --data_path "$DATA_PATH" --data_name coco_precomp --logger_name runs/coco_vse++ --max_violation", it only returns "Segmentation fault (core dumped)".

I firstly guess the problem is on the installation of tensorboard_logger, so I install it again, and run "import tensorboard_logger as tb_logger" in the python situation instead of bash, there is no error occurs.

Can anyone make a help to find the problem? Thx!

@fartashf

@fartashf
Copy link
Owner

That's unexpected. Can you get rid of all the lines related to tb_logger and try again? If it did not work, try running with ipython --pdb -- train.py .... That might catch segfault and give you more information about where it happened.

@kevin8new
Copy link
Author

Thanks for you reply! I have already solved the problem !

Seems that there is some problem with my tensorflow and tensorboard_logger, so I reinstall them both, and the problem is solved.

@fartashf
Copy link
Owner

Thanks for reporting the fix.

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