-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch logging from TensorBoard to Aim and update logging configurations
- Updated configs/logging/test_tensorboard.yaml to include timestamp in version - Changed default logging in run.yaml from TensorBoard to Aim - Updated configs/test.yaml to use test_aim logging configuration - Added aim.yaml and test_aim.yaml to configs/logging
- Loading branch information
1 parent
fdb3fc4
commit ed7c66f
Showing
5 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
log_every_n_steps: 100 | ||
|
||
logger: | ||
_target_: aim.pytorch_lightning.AimLogger | ||
experiment: 'trained_on_${sample_range_trained_on}/${resolution_used}_hnet_model_DOA${max_len}_${now:%H%M%S}' | ||
train_metric_prefix: 'train_' | ||
test_metric_prefix: 'test_' | ||
val_metric_prefix: 'validation_' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
log_every_n_steps: 100 | ||
|
||
logger: | ||
_target_: aim.pytorch_lightning.AimLogger | ||
experiment: 'tested_on_${sample_range_tested_on}/trained_on_${sample_range_trained_on}/${resolution_used}_hnet_model_DOA${max_len}_${now:%H%M%S}' | ||
train_metric_prefix: 'train_' | ||
test_metric_prefix: 'test_' | ||
val_metric_prefix: 'validation_' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters