-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Control logging frequency of Tensorboard Handlers #1549
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Saving the logs at the end of each iteration and epoch is not optimal for every task.
Describe the solution you'd like
Allow the user to pass the frequency of iterations and epochs at which the logging happens. This feature is easily implemented since Ignite already allows it.
Additional context
The lines of code that I refer to are here:
| if not engine.has_event_handler(self.iteration_completed, Events.ITERATION_COMPLETED): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request