Open Horgix opened 3 years ago
My thinking was that some NLP people might actually want to write some textual output to the terminal.
However, as of today, StdoutLogger will print everything the state
contains, including strings and VisdomLogger will render strings as HTML. I have no idea how to pull this off cleanly.
Currently, the stdout helpful insights from the
Test
step of recipes such asclassification
include HTML tags:I believe that these should not be part of the message since no terminal will render it and it only makes things harder to read!