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
I have trained a model using tffm, and I want to use saved model to inference by c++ code, so I need to rewrite a output by myself, I find the output in your model is a little confusing, so does it have a equation for order 2 FM model like above one? or is it the same equation?
The text was updated successfully, but these errors were encountered:
Hi, it computes it by using different formulas (complicated and
unpublished, long story..), but should yield the same numbers as the
formula in the original paper (there are tests for that).
is the self.outputs in the core.py the same as:
from the original FM model paper?
I have trained a model using tffm, and I want to use saved model to inference by c++ code, so I need to rewrite a output by myself, I find the output in your model is a little confusing, so does it have a equation for order 2 FM model like above one? or is it the same equation?
The text was updated successfully, but these errors were encountered: