tensorflow.gradients() retuns None when trying to calculate second derivative

前端 未结 0 1699
北恋
北恋 2021-01-13 04:54
    # tf Placeholders
    self.t0_tf = tf.placeholder(tf.float32, shape = [None, self.t0.shape[1]])
    self.s0_tf = tf.placeholder(tf.float32, shape = [None, self.s         


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