TypeError: Cannot convert 0 to a dtype. data type not understood

今天寫一段Tensorflow代碼時出現啦了TypeError: Cannot convert 0 to a dtype. data type not understood的錯誤。it 仔細的發現是initializer=tf.constant_initializer(0.0) ant 寫成了initializer=tf.constant_initializer(0,0)co
相關文章
相關標籤/搜索