我试图通过pylint在我的VScode上运行GitHub上共享的代码。
但我收到此错误消息:
E1101:Module 'tensorflow.tools.api.generator.api.contrib' has no 'layers' member
这里有什么问题?我该如何解决?
以下是代码:
https://github.com/cj0012/AI-Practice-Tensorflow-Notes/blob/master/opt/opt4_8_forward.py
答案 0 :(得分:2)
Pylint错了,代码运行正常。问题很可能与TensorFlow生成API的方式有关。