@@ -49,6 +49,7 @@ def setup_common_training_handlers(
49
49
** kwargs : Any
50
50
):
51
51
"""Helper method to setup trainer with common handlers (it also supports distributed configuration):
52
+
52
53
- :class:`~ignite.handlers.TerminateOnNan`
53
54
- handler to setup learning rate scheduling
54
55
- :class:`~ignite.handlers.ModelCheckpoint`
@@ -312,6 +313,7 @@ def setup_tb_logging(
312
313
** kwargs : Any
313
314
):
314
315
"""Method to setup TensorBoard logging on trainer and a list of evaluators. Logged metrics are:
316
+
315
317
- Training metrics, e.g. running average loss values
316
318
- Learning rate(s)
317
319
- Evaluation metrics
@@ -343,6 +345,7 @@ def setup_visdom_logging(
343
345
** kwargs : Any
344
346
):
345
347
"""Method to setup Visdom logging on trainer and a list of evaluators. Logged metrics are:
348
+
346
349
- Training metrics, e.g. running average loss values
347
350
- Learning rate(s)
348
351
- Evaluation metrics
@@ -373,6 +376,7 @@ def setup_mlflow_logging(
373
376
** kwargs : Any
374
377
):
375
378
"""Method to setup MLflow logging on trainer and a list of evaluators. Logged metrics are:
379
+
376
380
- Training metrics, e.g. running average loss values
377
381
- Learning rate(s)
378
382
- Evaluation metrics
@@ -403,6 +407,7 @@ def setup_neptune_logging(
403
407
** kwargs : Any
404
408
):
405
409
"""Method to setup Neptune logging on trainer and a list of evaluators. Logged metrics are:
410
+
406
411
- Training metrics, e.g. running average loss values
407
412
- Learning rate(s)
408
413
- Evaluation metrics
@@ -433,6 +438,7 @@ def setup_wandb_logging(
433
438
** kwargs : Any
434
439
):
435
440
"""Method to setup WandB logging on trainer and a list of evaluators. Logged metrics are:
441
+
436
442
- Training metrics, e.g. running average loss values
437
443
- Learning rate(s)
438
444
- Evaluation metrics
@@ -463,6 +469,7 @@ def setup_plx_logging(
463
469
** kwargs : Any
464
470
):
465
471
"""Method to setup Polyaxon logging on trainer and a list of evaluators. Logged metrics are:
472
+
466
473
- Training metrics, e.g. running average loss values
467
474
- Learning rate(s)
468
475
- Evaluation metrics
@@ -493,6 +500,7 @@ def setup_trains_logging(
493
500
** kwargs : Any
494
501
):
495
502
"""Method to setup Trains logging on trainer and a list of evaluators. Logged metrics are:
503
+
496
504
- Training metrics, e.g. running average loss values
497
505
- Learning rate(s)
498
506
- Evaluation metrics
0 commit comments