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

CSV Logger #186

Open
khirotaka opened this issue May 23, 2021 · 3 comments · Fixed by #192
Open

CSV Logger #186

khirotaka opened this issue May 23, 2021 · 3 comments · Fixed by #192
Labels
enhancement New feature or request

Comments

@khirotaka
Copy link
Owner

Motivation

There are environments where TensorBoard does not work, such as Kaggle Code. It is necessary to create a tool that can collect logs even in that environment.

Description

Alternatives (optional)

Additional context (optional)

@khirotaka khirotaka added the enhancement New feature or request label May 23, 2021
@khirotaka
Copy link
Owner Author

Wouldn't it be easier to achieve the same goal by returning the result as a return value when running run() instead of creating a CSV Logger?

@khirotaka
Copy link
Owner Author

Solve problems with new features in TensorBoard 2.3

https://www.tensorflow.org/tensorboard/dataframe_api?hl=ja

@khirotaka
Copy link
Owner Author

Wouldn't it be easier to achieve the same goal by returning the result as a return value when running run() instead of creating a CSV Logger?

print(runner.metrics)

khirotaka added a commit that referenced this issue Jun 18, 2021
# Conflicts:
#	pyproject.toml
@khirotaka khirotaka mentioned this issue Jun 18, 2021
khirotaka added a commit that referenced this issue Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant