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 7e6bc39 commit b103d7bCopy full SHA for b103d7b
areal/utils/stats_logger.py
@@ -20,7 +20,7 @@
20
class StatsLogger:
21
22
def __init__(self, config: BaseExperimentConfig, ft_spec: FinetuneSpec):
23
- if not isinstance(config, StatsLoggerConfig):
+ if isinstance(config, StatsLoggerConfig):
24
raise ValueError(
25
"Passing config.stats_logger as the config is deprecated. "
26
"Please pass the full config instead."
0 commit comments