Skip to content

Commit

Permalink
add pl_logger to default hyperparams dict
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Feb 21, 2023
1 parent 6baa9b3 commit d81e898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kraken/lib/default_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
'num_negatives': 100,
'logit_temp': 0.1,
'warmup': 32000,
# loggers
'pl_logger': None,
}

RECOGNITION_HYPER_PARAMS = {'pad': 16,
Expand Down Expand Up @@ -79,6 +81,8 @@
'cos_t_max': 50,
'warmup': 0,
'freeze_backbone': 0,
# loggers
'pl_logger': None,
}

SEGMENTATION_HYPER_PARAMS = {'line_width': 8,
Expand Down Expand Up @@ -106,4 +110,6 @@
# cosine
'cos_t_max': 50,
'warmup': 0,
# loggers
'pl_logger': None,
}

0 comments on commit d81e898

Please sign in to comment.