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

stream.write does not print in the watcher file #46

Open
vaapopescu opened this issue Oct 31, 2019 · 0 comments
Open

stream.write does not print in the watcher file #46

vaapopescu opened this issue Oct 31, 2019 · 0 comments

Comments

@vaapopescu
Copy link

My watcher does not print anything into the log file.

watcher = tensorwatch.Watcher(filename='tensorwatch.log', port=5)

stream = watcher.create_stream(name='loss', **kwargs)
watcher.make_notebook()

//during training
stream.write((epoch, loss))

The tensorwatch.log is created, but it is always empty, so when I try to plot in Jupyter Notebook it does not show anything.

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