我有两个组件,其中一个组件设置另一个组件的输入属性。问题是,输入属性在使用时没有定义。第一部分:import {Comparison} from "../../../comparison-list.component.css']export class ComparisonListComponent implements OnInit {
在我的Python代码中,有一行代码如下: x = tf.Input(shape=(max_length, charset_length)) 但它会给出以下错误: Attributeerror: module'tensorflow' has no attribute 'Input' 但是基于API,这个属性存在。