docs
docs copied to clipboard
TensorFlow documentation
### Description Keras has introduced a new way of what/how `get_file()` returns since v3.5.0 with [this commit](https://github.com/keras-team/keras/commit/dcefb139863505d166dd1325066f329b3033d45a). Therefore, the tutorial is not working anymore with the latest TensorFlow with the...
Running this notebook in Google Colab produces an error because the file being unzipped in a folder and previous code is unable to find it.
- Added a missing hyperlink for Step Fusing in the Keras guide. - Fixed small typos for better readability.
The [image classification tutorial](https://www.tensorflow.org/tutorials/images/classification#visualize_training_results) does not properly index into the extracted directory that contains the downloaded image dataset.
The path on the 'dataset_dir' initialization was wrong, leading to a "FileNotFoundError" in the next cell.
Changes - Fix the missing tick when plotting a single image prediction. - Add an example plotting 12 images with 6 correct and 6 incorrect predictions.
### Improve Grammar and Clarity in TensorFlow Community Contribution Guide **Description:** - This pull request improves the grammar, punctuation, and clarity of the "Contribute to the TensorFlow Community" guide. -...
# Keras ModelCheckpoint Path Update for Weight Serialization ## Overview Updates ModelCheckpoint filepath to comply with Keras weight serialization requirements by appending `.weights.h5` extension. ## Technical Context The ModelCheckpoint callback...
Hi, Team This PR will addresse the issue of outdated installation instructions for Windows WSL2 on the [TensorFlow Pip Installation Guide](https://www.tensorflow.org/install/pip#windows-wsl2). **Problem :** The existing instructions do not account for...
- [ ] https://www.tensorflow.org/guide/tensor has these errors up top, which are a bit confusing for "Intro to tensors": ``` external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for...