Skip to content

Commit 69e04ec

Browse files
committed
update DCDenoiseEngine.java with model trained by samples from all 6 sectors (#1021)
1 parent f506eff commit 69e04ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public class DCDenoiseEngine extends ReconstructionEngine {
3838
final static int WIRES = 112;
3939
final static int SECTORS= 6;
4040

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

0 commit comments

Comments
 (0)