标签: python tensorflow
在tensorflow 2.0中,以下代码行在shell中运行良好,但在python文件中使用时会给出“ SyntaxError:无效语法”:
... b = tf.matmul(a,a,transpose_a=False,transpose_b=True)
代码序列在Shell中工作正常,但在要从命令行或Pyzo中运行的文件中均无效(相同的错误消息)