Luiz Scheinkman
Luiz Scheinkman
You need to import your detector from `run.py`. ``` from nab.detectors.pyod import PyodDetector` ```
If affects `LinearSDR`. We can now use batch_size=1
However we cannot use `LayerNorm` on `CNNSDR2d`. It is only good for Linear and RNN networks
@bhatiasiddharth Can you verify if the `anomalyScore` returned by your custom detector `handleRecord` method is a floating point number between 0 and 1?
Yes, the raw anomaly score must be a number between 0 and 1.
Let me know if it works for you
@paulscode You are correct, `testSimpleTwoRegionNetworkIntrospection` covers this constructor when the python code is running on linux32. I was referring to a pure C++ test specific for the constructor on linux32...