When the ML model uses an NDP activation function at S1, it's actually applying an absolute-value of NDP. This should be made more explicit by adding an ANDP (absolute-value NDP) operation to the backends, and removing the custom code at line 172 of glimpse/models/ml/model.py.
When the ML model uses an NDP activation function at S1, it's actually applying an absolute-value of NDP. This should be made more explicit by adding an ANDP (absolute-value NDP) operation to the backends, and removing the custom code at line 172 of glimpse/models/ml/model.py.