nemo_automodel.components.loggers.comet_utils
nemo_automodel.components.loggers.comet_utils
Module Contents
Classes
Functions
Data
API
Comet ML logger for experiment tracking.
End the Comet experiment.
Log metrics to Comet.
Parameters:
metrics
Dictionary of metrics to log
step
Step number for the metrics (optional)
Log parameters to Comet.
Parameters:
params
Dictionary of parameters to log
Build a Comet logger from a raw config object.
Back-compat shim. The logger-construction logic lives in
:meth:nemo_automodel.components.loggers.loggers.CometConfig.build (the
single implementation); recipes construct CometConfig via
RecipeConfig.comet and call build directly. This wrapper maps a raw
cfg’s comet: block onto the typed config so existing callers keep working.
Parameters:
cfg
Configuration object containing Comet settings.
Returns: CometLogger
CometLogger instance.