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

A discussion about the efficiency of monitor #107

Open
joneswong opened this issue May 24, 2022 · 0 comments
Open

A discussion about the efficiency of monitor #107

joneswong opened this issue May 24, 2022 · 0 comments
Labels
question Further information is requested

Comments

@joneswong
Copy link
Collaborator

with open(os.path.join(self.outdir, "eval_results.raw"),

Will repeatedly opening a file deteriorate the efficiency?
As a vanilla python file stream (v.s. tf SummaryWriter), is it possible to cache the logs without blocking the main thread?

@joneswong joneswong added the question Further information is requested label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant