Fix logging, add tensorboard support
This MR introduces the following changes:
- adding functions to
client.sh
andserver.sh
to be edited by the user to load appropriate modules and source Melissa environment script; - removing the
StructuredLog
in favour of classical and centralised log. There is thus one log for all melissa related modules. The log file is by defaultmelissa.log
. Duplicates betweenmelissa.log
and<scheduler>.0.err
are also avoided; - introducing
TensorBoard
to the logging of the deep learning training.
Related to #2 (closed)
Edited by Lucas Meyer