We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in my gpu server, remove the summary tensor make training 10x times faster. Please consider add a switch to close tensorboard summary.
The text was updated successfully, but these errors were encountered:
I'm pretty sure the culprit is
char-rnn-tensorflow/model.py
Lines 85 to 86 in 401ebfd
(Histogram summaries involve transferring a lot of data from the GPU to the CPU.)
You might try commenting them out. The graph and train_loss summaries are usually more useful, anyways.
Sorry, something went wrong.
How can I see the accuracy rate in tensorboard?
No branches or pull requests
in my gpu server, remove the summary tensor make training 10x times faster. Please consider add a switch to close tensorboard summary.
The text was updated successfully, but these errors were encountered: