Typically you'll use this to calculate the gradient of a model's error or loss with respect to its weights. x = tf.Variable(1.0) def f(x): y = x ...
確定! 回上一頁