forked from keras-team/keras-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate _toc.yaml and make cell_id generation deterministic (keras-t…
…eam#264) * Generate _toc.yaml * changes * changes * changes * Add PyYAML * Delete * Add toc * changes * Hash the content with cell_count * Use cell_id variable * Changes
- Loading branch information
Showing
16 changed files
with
716 additions
and
697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ sphinx~=3.0.3 | |
black==19.10b0 | ||
pathlib | ||
tf-nightly~=2.3.0.dev20200610 | ||
PyYAML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
toc: | ||
- title: "Sequential API" | ||
- title: The Sequential model | ||
path: /guide/keras/sequential_model | ||
- title: "Keras functional API" | ||
- title: The Functional API | ||
path: /guide/keras/functional | ||
- title: "Train and evaluate" | ||
- title: Training and evaluation with the built-in methods | ||
path: /guide/keras/train_and_evaluate | ||
- title: "Write custom layers and models" | ||
- title: Making new Layers and Models via subclassing | ||
path: /guide/keras/custom_layers_and_models | ||
- title: "Save and serialize models" | ||
- title: Save and load Keras models | ||
path: /guide/keras/save_and_serialize | ||
- title: "Working with preprocessing layers" | ||
- title: Working with preprocessing layers | ||
path: /guide/keras/preprocessing_layers | ||
- title: "Customizing what happens in fit" | ||
- title: Customize what happens in Model.fit | ||
path: /guide/keras/customizing_what_happens_in_fit | ||
- title: "Writing a training loop from scratch" | ||
- title: Writing a training loop from scratch | ||
path: /guide/keras/writing_a_training_loop_from_scratch | ||
- title: "Keras Recurrent Neural Networks" | ||
- title: Recurrent Neural Networks (RNN) with Keras | ||
path: /guide/keras/rnn | ||
- title: "Masking and padding" | ||
- title: Masking and padding with Keras | ||
path: /guide/keras/masking_and_padding | ||
- title: "Write custom callbacks" | ||
- title: Writing your own callbacks | ||
path: /guide/keras/custom_callback | ||
- title: "Transfer learning" | ||
- title: Transfer learning and fine-tuning | ||
path: /guide/keras/transfer_learning | ||
- title: "Training Keras models with TensorFlow Cloud" | ||
- title: Training Keras models with TensorFlow Cloud | ||
path: /guide/keras/training_keras_models_on_cloud | ||
status: new |
Oops, something went wrong.