CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Weight update SparseNetwork #241

Closed kordjamshidi closed 8 years ago

kordjamshidi commented 8 years ago

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.

kordjamshidi commented 8 years ago

It seems this is not an issue. Thanks @bhargav for re-checking this.