The result of “tf.subtract” is not the same as expected

前端 未结 0 1594
清歌不尽
清歌不尽 2020-12-20 06:14
import tensorflow as tf
a=tf.random_normal([3, 2], mean=6, stddev=0.1, seed=1)
b=tf.random_normal([3, 2], mean=1, stddev=1, se         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题