-
Notifications
You must be signed in to change notification settings - Fork 1.5k
develop TensorBoard event-handler #160
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
- Now we only have a simple example code of TensorBoard logging. All the arguments are fixed and
can't be used in other code or user's examples. - The TensorBoard example is not correct because:
(1) It doesn't show loss of every iteration, just show the loss of the last iteration in every epoch.
(2) It doesn't show any evaluation information, should show 3D output of evaluation instead of train.
Describe the solution you'd like
Develop a general ignite Event-handler for TensorBoard, will be easier to use and extend in the future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels