neural_factorization_machine
neural_factorization_machine copied to clipboard
updated sub to subtract so code run under tf=14+
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)