keras运行报错ValueError: Graph disconnected: cannot obtain value for tensor Tensor(“input_1:0”, shape=(?, 64, 64, 3), dtype=float32) at layer “input_1”. The following previous layers were accessed without issue: []
图中画圈的位置不可以继续使用Input()使用的参数名,需要重新使用一个参数名即可:
原始函数如下:
修改后如下:
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:keras运行报错ValueError: Graph disconnected: cannot obtain value for tensor Tensor - Python技术站