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 TB bug when no output path set #523

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Fix TB bug when no output path set #523

merged 2 commits into from
Nov 11, 2020

Conversation

jeffra
Copy link
Collaborator

@jeffra jeffra commented Nov 11, 2020

When using tensorboard output and an output path is not set we assume DLWS_JOB_ID is available which is not the case outside DLTS infrastructure. Small refactor of code to remove unnecessary global variable which caused the issue (there was a missing global in the function since we were trying to modify a global).

image

@jeffra jeffra merged commit eea1c28 into master Nov 11, 2020
@jeffra jeffra deleted the jeffra/tb-bug-fix branch November 11, 2020 19:35
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 this pull request may close these issues.

2 participants