titu1994 / keras-squeeze-excite-network

Implementation of Squeeze and Excitation Networks in Keras
MIT License
400 stars 118 forks source link

Function _tensor_shape is un necessary #26

Open jizhang02 opened 2 years ago

jizhang02 commented 2 years ago

Hello, to whom may be concerned: During coding, I found that function _tensor_shape is useless. One can just write tensor.shape instead of calling _tensor_shape The Tensorflow version that I use is 2.7.0