pytorch_lightning_spells.loggers module

Classes:

ScreenLogger()

A logger that prints metrics to the screen.

class pytorch_lightning_spells.loggers.ScreenLogger[source]

Bases: Logger

A logger that prints metrics to the screen.

Suitable in situation where you want to check the training progress directly in the console.

property experiment
log_hyperparams(params)[source]
log_metrics(metrics, step=None)[source]
Parameters:
  • metrics (Dict[str, float]) –

  • step (int | None) –

Return type:

None

property name
property version: int