deeperwin.loggers

Logging of metrics and weights to local disk and web services.

Functions

build_dpe_root_logger(config)

prepare_checkpoint_directory(epoch[, ...])

Classes

BasicLogger(config[, name, save_path, prefix])

Logger using python built-ing logging module.

DataLogger(config, name[, save_path])

Abstract class representing a generic data logger to store configs and metrics during wavefunction optimization.

LoggerCollection(config, name[, save_path, ...])

List of multiple loggers that replicates logs across all sub-loggers.

PickleLogger(config, name[, save_path, ...])

Logger that stores full history in memory and dumps it as a binary file on exit.

WandBLogger(config, name[, save_path, prefix])

WavefunctionLogger(loggers[, prefix, ...])