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

meta: how to work with tensorboard #20

Open
yorkie opened this issue Feb 21, 2020 · 1 comment
Open

meta: how to work with tensorboard #20

yorkie opened this issue Feb 21, 2020 · 1 comment
Assignees
Labels
meta Project suggestion and discussion pipboard Pipboard tensorflow Related tensorflow and tfjs
Milestone

Comments

@yorkie
Copy link
Member

yorkie commented Feb 21, 2020

TensorBoard is TensorFlow's visualization toolkit, it can do many visualization works as https://www.tensorflow.org/tensorboard described. To use this toolkit with the model, the easy way is to use tf.keras.callbacks.TensorBoard with model.fit's callbacks, and the other ways are under the tf.summary.

There are two ways to use TensorBoard in Pipcook:

Which way do you think is better? @utkobe @wordcount

@yorkie yorkie added meta Project suggestion and discussion tensorflow Related tensorflow and tfjs labels Feb 21, 2020
@yorkie yorkie added the pipboard Pipboard label Mar 20, 2020
@yorkie yorkie assigned gztchan and unassigned wordcount Mar 30, 2020
@yorkie
Copy link
Member Author

yorkie commented Mar 30, 2020

@yorkie yorkie added this to the v1.0.0 milestone Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Project suggestion and discussion pipboard Pipboard tensorflow Related tensorflow and tfjs
Projects
None yet
Development

No branches or pull requests

3 participants