报WARNING:tensorflow:Entity bound method BatchNormalization.call of解决方法
解决办法
安装gast库
pip install gast==0.2.2
安装之后,这些warning就消失了
参考:https://github.com/youdao-ai/SRNet/issues/4
链接:https://blog.csdn.net/sinat_29957455/article/details/106444282