We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120a510 commit a964fcbCopy full SHA for a964fcb
src/forge/util/metric_logging.py
@@ -194,7 +194,6 @@ def close(self) -> None:
194
# TODO: replace with direct instantiation via a path to the class in the config
195
METRIC_LOGGER_STR_TO_CLS = {
196
"stdout": StdoutLogger,
197
- "disk": DiskLogger,
198
"tensorboard": TensorBoardLogger,
199
"wandb": WandBLogger,
200
}
0 commit comments