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

VisualDL fails gracefully without setting "mode" #459

Closed
jetfuel opened this issue Jun 5, 2018 · 1 comment
Closed

VisualDL fails gracefully without setting "mode" #459

jetfuel opened this issue Jun 5, 2018 · 1 comment

Comments

@jetfuel
Copy link
Collaborator

jetfuel commented Jun 5, 2018

When configuring the visualdl log writer. The users need to provide "mode" before creating a component writer.

with logw.mode('train') as logger:
    scalar0 = logger.scalar("scratch/scalar")

We should either set a default mode or throw an error to the users.

@jetfuel
Copy link
Collaborator Author

jetfuel commented Jun 11, 2018

Correction:
The system is already setting the default mode to default.

@jetfuel jetfuel closed this as completed Jun 11, 2018
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

Successfully merging a pull request may close this issue.

1 participant