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
melissalogger, which can be accessed through thelogginglibrary; - 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.