请问这种错误我应该如何解决
ERROR:root:Internal Python error in the inspect module.
Below is the traceback from this internal error.
During handling of the above exception, another exception occurred:
这是因为使用的是tensorflow2.0以上版本,代码中的函数是1.0的版本,解决方案见如下链接:
https://blog.csdn.net/qq_44836803/article/details/121425228