We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa9b3 commit d81e898Copy full SHA for d81e898
kraken/lib/default_specs.py
@@ -49,6 +49,8 @@
49
'num_negatives': 100,
50
'logit_temp': 0.1,
51
'warmup': 32000,
52
+ # loggers
53
+ 'pl_logger': None,
54
}
55
56
RECOGNITION_HYPER_PARAMS = {'pad': 16,
@@ -79,6 +81,8 @@
79
81
'cos_t_max': 50,
80
82
'warmup': 0,
83
'freeze_backbone': 0,
84
85
86
87
88
SEGMENTATION_HYPER_PARAMS = {'line_width': 8,
@@ -106,4 +110,6 @@
106
110
# cosine
107
111
108
112
113
114
109
115
0 commit comments