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

the save operation succeded but the notebook does not appear to be valid #71

Open
xingha opened this issue Nov 9, 2020 · 0 comments
Open

Comments

@xingha
Copy link

xingha commented Nov 9, 2020

OS : windows 7 python3.6.8
running the demo:
%matplotlib notebook
import tensorwatch as tw
client = tw.WatcherClient()
loss_stream = client.create_stream(expr='lambda d:(d.iter, d.loss)')
loss_plot = tw.Visualizer(loss_stream, vis_type='line', xtitle='Epoch', ytitle='Train Loss')
loss_plot.show()

notebook note: the save operation succeded but the notebook does not appear to be valid

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