neural_factorization_machine icon indicating copy to clipboard operation
neural_factorization_machine copied to clipboard

updated sub to subtract so code run under tf=14+

Open zainulabidin302 opened this issue 5 years ago • 0 comments

Hello, I was experiencing this issue. https://github.com/hexiangnan/neural_factorization_machine/issues/2

So I replaced calls to sub with subtract because it was changed in TensorFlow https://github.com/tensorflow/tensorflow/issues/7032.

After this update, the code will run under at least tf==1.4 (i have tested)

zainulabidin302 avatar Mar 01 '20 09:03 zainulabidin302