sortpool2d
sortpool2d copied to clipboard
gather() got an unexpected keyword argument 'axis'
Sorry, I have failed to run the project since my inputs start from "range 2".
And I got this:
TypeError: gather() got an unexpected keyword argument 'axis'
whichever tensorflow version I use ("0.12.0" or "1.1.0").
Got the same problem. Did you already solve it?
I think tf.gather
only supports axis
input from version 1.1.3
.
Anyone already solve it?