FFM-tensorflow
FFM-tensorflow copied to clipboard
I got this error!
WARNING:tensorflow:Variable += will be deprecated. Use variable.assign_add if you want assignment to the variable value or 'x = x + y' if you want a new python Tensor object.
Traceback (most recent call last):
File "FFM.py", line 143, in
I also want to know why this error occurs.....
me too.how to solve this error?