Project 'melissa/melissa-combined' was moved to 'melissa/melissa'. Please update any links and bookmarks that may still have the old path.
Add Tensorboard logging for deep learning experiments
We add the tensorboard
writer to log metrics that only concerns deep learning.
This MR introduces a split between two loggers:
- The
melissa
logger, which can be accessed through thelogging
library; - The
tensorboard.SummaryWriter
, which is nested in theDeepMelissaServer
.
The first one is used as a logger provided by logging
library, while the second one is called with self.log
.
Merge request reports
Activity
Filter activity
Please register or sign in to reply