Open SebieF opened 3 months ago
Currently, only the main training pipeline uses logging via the python logging module. The Inferencer and all tests should be updated to use a logger instead of print statements as well.
logging
Inferencer
print
Currently, only the main training pipeline uses logging via the python
logging
module. TheInferencer
and all tests should be updated to use a logger instead ofprint
statements as well.