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 f506eff commit 69e04ecCopy full SHA for 69e04ec
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