Skip to content

Control logging frequency of Tensorboard Handlers #1549

@danieltudosiu

Description

@danieltudosiu

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions