1 parent 6f0c207 commit 44a9633Copy full SHA for 44a9633
1 file changed
reconstruction/ai/src/main/java/org/jlab/service/ai/DCDenoiseEngine.java
@@ -38,8 +38,8 @@ public class DCDenoiseEngine extends ReconstructionEngine {
38
final static int WIRES = 112;
39
final static int SECTORS= 6;
40
41
- String modelFile = "cnn_autoenc_sector1_2b_48f_4x6k.pt";
42
- float threshold = 0.03f;
+ String modelFile = "cnn_autoenc_allSectors_2b_48f_4x6k.pt";
+ float threshold = 0.025f;
43
Criteria<float[][][], float[][][]> criteria;
44
ZooModel<float[][][], float[][][]> model;
45
PredictorPool predictors;
0 commit comments