File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ EPOCHS = 2; // make test faster in Debug
154
154
avgAnomOld_ = avgAnom10.getCurrentAvg (); // update
155
155
}
156
156
tAnLikelihood.start ();
157
- anLikely = anLikelihood.anomalyProbability (an); // FIXME AnLikelihood is 0.0, probably not working correctly
157
+ anLikely = anLikelihood.anomalyProbability (an);
158
158
tAnLikelihood.stop ();
159
159
160
160
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class BenchmarkHotgym {
16
16
public:
17
17
Real64 run (
18
18
UInt EPOCHS = 5000 ,
19
- bool useSPlocal=false , // can toggle which (long running) components are tested, default all
19
+ bool useSPlocal=true , // can toggle which (long running) components are tested, default all
20
20
bool useSPglobal=true ,
21
21
bool useTM=true ,
22
22
const UInt COLS = 2048 , // number of columns in SP, TP
You can’t perform that action at this time.
0 commit comments