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

nbfmt now can read source of a notebook from stdin and can output formatted contents to stdout.

cla: yes
awaiting-technical-review

Wrote a parallel introductory brief of Narrative documentation and Community translations on the page Snapshot of diff is attached as an image file ![image](https://user-images.githubusercontent.com/110476685/182422163-3b236155-b166-4259-a084-b2bbaa8d0bde.png)

Fills in the docs related to newly introduced `distribute_reduction_method` in the model for distributed training with custom train_step. Valid together with https://github.com/keras-team/keras/pull/16664

This line was a mistake and probably comes from this page: https://www.tensorflow.org/text/guide/word_embeddings (the model is almost the same except for the Dense(16, activation='relu') layer).

review in progress

introduced the number of batches ('n_batches') option for the save frequency instead of 'batch_size'. Using 'batch_size' works in this tutorial because the length of the training data is 1000 which...

I added a complete code example that can be used to confirm if the TensorFlow C++ API (built from source code with bazel) works.

1. Use Softmax activation for export_model that have num_labels > 1: - For models that have num_labels > 1, I think it would be more accurate when using Softmax activation...

cla: yes
review in progress

In response to the discussions in this [pull request](https://github.com/tensorflow/docs/pull/1643), this pull request adds Random normal initializer with mean 0 and std-dev 1, and fixes the optimizer hyper-parameters as per DC-GAN...

cla: yes
review in progress