SyntaxError:b = tf.matmul(a,a,transpose_a = false,transpose_b = true)的语法无效

时间:2019-07-04 15:18:01

标签: python tensorflow

在tensorflow 2.0中,以下代码行在shell中运行良好,但在python文件中使用时会给出“ SyntaxError:无效语法”:

...
b = tf.matmul(a,a,transpose_a=False,transpose_b=True) 

代码序列在Shell中工作正常,但在要从命令行或Pyzo中运行的文件中均无效(相同的错误消息)

0 个答案:

没有答案