utils
Contains PyTorch specific utility methods.
Classes
LoggerType
class LoggerType(value, names=None, *, module=None, qualname=None, type=None, start=1):
Different types of loggers for PyTorchLightning.
With the exception of CSVLogger and TensorBoardLogger, all loggers need to have their corresponding python libraries installed separately.
More information about PyTorchLightning loggers can be found here: https://pytorch-lightning.readthedocs.io/en/latest/common/loggers.html
Variables
- static
CSVLogger
- static
MLFlow
- static
Neptune
- static
TensorBoard
- static
TestTube
- static
WeightsAndBiases