docs
docs copied to clipboard
TensorFlow documentation
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...
**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...
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...
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...
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...
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...
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....
Specify additional steps to utilize GPU for Linux users