AttributeError: 'list' object has no attribute 'as_datatype_enum'

最近開始學tensorflow,於是犯了個很坑的錯誤。。。。 大家是不是已經看出來問題出現在哪了。。。 沒錯!少了一組方括號!!!正確的在下面。。 a = tf.constant([[1.0,2.0],[2.0,3.0]]) b = tf.constant([[2.0,3.0],[4.0,5.0]])
相關文章
相關標籤/搜索