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
相关文章
相关标签/搜索