Could someone see in
here
why these weights are not updated? I replaced the ltu_actual.promote(a0, a1, 0.1) with typedC.onClassifier.asInstanceOf[Learner].asInstanceOf[SparseNetworkLBP].getLTU(LTU_actual).promote(a0, a1, 0.1) and it seems it does not help either.
Could someone see in here why these weights are not updated? I replaced the
ltu_actual.promote(a0, a1, 0.1)
withtypedC.onClassifier.asInstanceOf[Learner].asInstanceOf[SparseNetworkLBP].getLTU(LTU_actual).promote(a0, a1, 0.1)
and it seems it does not help either.