torchsight.loggers
module
Export the Loggers.
Source code
"""Export the Loggers."""
from .abstract import AbstractLogger
from .json import JSONLogger
from .print import PrintLogger
Sub-modules
torchsight.loggers.abstract
-
Abstract logger to implement all the other loggers.
torchsight.loggers.json
-
JSON Logger module.
torchsight.loggers.print
-
A logger that only uses the print() function and has static methods to read those lines.