docs icon indicating copy to clipboard operation
docs copied to clipboard

TensorFlow documentation

Results 79 docs issues
Sort by recently updated
recently updated
newest added

Made changes in the lines 103,127,589,625.

ready to pull
lgtm

In the gradient descent with momentum formula, I think the gradient function $L^\\prime$ should use $x^{[t-1]}$ to cumpute the new delta. $$ \\Delta_x^{[t]} = lr \\cdot L^\\prime(x^{[t-1]}) + p \\cdot...

Added time unit (i.e. seconds) in `timeit.timeit()` in `intro_to_graph` to make it easily understand by users.

ready to pull
lgtm

Fixed some Grammar mistakes in source.md, source_windows.md and pip.md which were found using inspect code feature of Pycharm.

ready to pull
lgtm

Replace operations in word2vec tutorial with simpler operations. Remove the unnecessary usage of `tf.squeeze` in many places

lgtm

Updated session details with new console output . Fixes #[32085](https://github.com/tensorflow/tensorflow/issues/32085)

ready to pull
lgtm

Solve TypeError: 'type' object is not subscriptable https://stackoverflow.com/a/73427982/10682223

…then updated Horsepower references to specific columns in array, otherwise this nb was failing due to data type mismatches closes: https://github.com/tensorflow/docs/pull/2313

review in progress

awaiting-contributor-response