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

Fix a bug that event file could not be written #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 23, 2018

  1. Fix a bug that event file could not be written

    Without train_writer.close(), event file could not be written. It might be race condition of program ending and event file writing. Actually, if I run this script step by step by python debugger, event file can be correctly written to disk. But it fails, if I run the the script by "python -m" in terminal.
    MrMYHuang authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    022ff8f View commit details
    Browse the repository at this point in the history