Hannes Kuchelmeister commited on
Commit ·
a27a4ec
1
Parent(s): 1753454
add logger that still contains mlflow
Browse files
configs/logger/many_loggers_mlflow.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# train with many loggers at once
|
| 2 |
+
|
| 3 |
+
defaults:
|
| 4 |
+
# - comet.yaml
|
| 5 |
+
- csv.yaml
|
| 6 |
+
- mlflow.yaml
|
| 7 |
+
# - neptune.yaml
|
| 8 |
+
- tensorboard.yaml
|
| 9 |
+
# - wandb.yaml
|