Invalid argument: Cannot parse tensor from proto
phusker吧
全部回复
仅看楼主
level 14
phusker 楼主
sess.run(tf.global_variables_initializer())就报错了。
2020年12月01日 09点12分 1
level 14
phusker 楼主
spyder里运行时,这一句竟然过了。[怒]
2020年12月01日 10点12分 2
最后报错为:ValueError: Cannot feed value of shape (1048576,) for Tensor 'Placeholder:0', which has shape '(?, 1048576)'
2020年12月01日 10点12分
level 14
phusker 楼主
参考模板程序,改了一下,报错信息变为:TypeError: list indices must be integers or slices, not tuple
现在无论是不是在spyder环境,报错一致。
2020年12月01日 13点12分 3
1