TypeError: l2_normalize() got an unexpected keyword argument 'axis'
RaiAbhishek opened this issue · 2 comments
RaiAbhishek commented
RaiAbhishek commented
The issue was resolved by changing the "tensorflow_backend.py" file.
return value of function l2_normalize was changed to:
return tf.nn.l2_normalize(x, dim=axis)
benlee12 commented
tensorflow 1.8 can avoid this problem