|
# in TensorFlow the the act of updating the value of the weights is part of |
Super Minor Typo error
"in TensorFlow the the act of updating the value of the weights is part of"
should be
"in TensorFlow the act of updating the value of the weights is part of"
And Thank You @jcjohnson for this super helpful write-up!!
pytorch-examples/autograd/tf_two_layer_net.py
Line 50 in 73a662b
Super Minor Typo error
"in TensorFlow the the act of updating the value of the weights is part of"
should be
"in TensorFlow the act of updating the value of the weights is part of"
And Thank You @jcjohnson for this super helpful write-up!!