singlasahil14 / sortpool2d

A new kind of pooling layer for faster and sharper convergence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gather() got an unexpected keyword argument 'axis'

oneHuster opened this issue · comments

commented

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?

commented

I think tf.gather only supports axis input from version 1.1.3.

Anyone already solve it?