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

initial_epoch for the fine tuning phase should be 1 more than history.epoch[-1], so that the history_fine.epoch would be [10, 11, ...19], a total of 10 fine tune epochs. In the...

ready to pull

**PR Summary**: PR updates the broken `g3doc` links. P.S. Inside `site/en/hub/tutorials/text_cookbook.md` you can find another link: > `https://github.com/tensorflow/docs/blob/master/g3doc/en/hub/tutorials/text_classification_with_tf_hub.ipynb` but I could not find `text_classification_with_tf_hub.ipynb` in the repo so leaving it...

ready to pull

This is a follow-up pull request regarding #2198, as @markmcd asked, I've run nbfmt on the notebook and passed nblint test locally. - Fixed serialize_example() example description where the mentioned...

awaiting-contributor-response

Re-making this PR commit after updating my Google CLA and GitHub email settings to make this commit using the email address I signed with. From [my other PR](https://github.com/tensorflow/docs/pull/2288): A sparse...

ready to pull

bug fix ValueError: Multi-dimensional indexing (e.g. `obj[:, None]`) is no longer supported. Convert to a numpy array before indexing instead. This problem appears in the new version of the Pandas...

review in progress

I'm a aerospace engineering student actually searching for ways to measure sensors influence within a wing with help of ML. Given a lot of researches based on gathering sensors data...

`tf.distribute.Strategy.experimental_distribute_datasets_from_function` was deprecated and replaced with `tf.distribute.Strategy.distribute_datasets_from_function` in the 2.4.0 release. See [2.4.0 release notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.4.0) -> breaking changes -> tf.distribute. This PR replaces the call to this deprecated method with...

Just take a look at this chapter's graph [www.tensorflow.org/tutorials/audio/simple_audio#run_inference_on_an_audio_file](http://www.tensorflow.org/tutorials/audio/simple_audio) You may find It is wrong actually. Result is not campatible with the words. It seems you posted the wrong order...

awaiting-technical-review

The current instructions did not work from me and didn't seem to match the usage in the [pre-commit docs](https://pre-commit.com/). I believe that these changes will address the issue by 1....

awaiting-contributor-response

Specify additional steps to utilize GPU for Linux users