You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to use the TensorBoardHandler but my custom writer would requires more context from engine.
I would like to implement a custom writer which needs information from the engine, but can still reuse the same logic to get loss and metric of the default logger.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to use the TensorBoardHandler but my custom writer would requires more context from engine.
The logic in this line https://github.com/Project-MONAI/MONAI/blob/dev/monai/handlers/tensorboard_handlers.py#L224
required writer to have this fixed signature.
I would like to implement a custom writer which needs information from the engine, but can still reuse the same logic to get loss and metric of the default logger.
The text was updated successfully, but these errors were encountered: