Change from squeeze_dims to axis when calling tf.squeeze
The `squeeze_dims` in `tf.squeeze` has been deprecated in favor
of `axis` while many places still use `squeeze_dims`. That
generates lots of warnings.
This fix switches from `squeeze_dims` to `axis` to remove those warnings.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment