Skip to content

Commit 2c9474c

Browse files
committed
change default threshold
1 parent 861e3a7 commit 2c9474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconstruction/ai/src/main/java/org/jlab/service/ai/DCDenoiseEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class DCDenoiseEngine extends ReconstructionEngine {
3939
final static int SECTORS= 6;
4040

4141
String modelFile = "cnn_autoenc_sector1_2b_48f_4x6k.pt";
42-
float threshold = 0.053f;
42+
float threshold = 0.03f;
4343
Criteria<float[][][], float[][][]> criteria;
4444
ZooModel<float[][][], float[][][]> model;
4545
PredictorPool predictors;

0 commit comments

Comments
 (0)