AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'CompoundProteinInteractionPrediction' object has no attribute 'resnet'什么原因
时间: 2023-05-29 12:04:33 浏览: 62
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这个错误是因为在代码中尝试访问一个不存在的属性或方法。在这个例子中,'CompoundProteinInteractionPrediction'对象没有名为'resnet'的属性。可能是代码中的一个笔误或者类定义中缺少必要的属性。
阅读全文