You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you so much for inferpy. Its an wonderful project. I am trying to implement Poisson Matrix factorization using this library. I first implemented the basic Matrix factorization using the example given in the older version of inferpy. The relevant part of the code is as follows :
`
Unfortunately it gives the following error ... LookupError: No gradient defined for operation 'Rating_46/sample/random_poisson/RandomPoissonV2' (op type: RandomPoissonV2)
I tried to find some examples using Poisson distribution but could not find any ...where am I going wrong ? Kindly help ...
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you so much for inferpy. Its an wonderful project. I am trying to implement Poisson Matrix factorization using this library. I first implemented the basic Matrix factorization using the example given in the older version of inferpy. The relevant part of the code is as follows :
`
This code seems to work ... so I modified the code for Poisson factorization as follows:
`
Unfortunately it gives the following error ...
LookupError: No gradient defined for operation 'Rating_46/sample/random_poisson/RandomPoissonV2' (op type: RandomPoissonV2)
I tried to find some examples using Poisson distribution but could not find any ...where am I going wrong ? Kindly help ...
The text was updated successfully, but these errors were encountered: