Skip to content

Commit

Permalink
Update kerascv docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 18, 2022
1 parent da6a4bc commit aa058bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/guides/keras_cv/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KerasCV

These guides cover the [KerasCV](https://github.com/keras-team/keras-cv) library.
These guides cover the [KerasCV](/keras_cv/) library.

## Available guides

Expand Down
7 changes: 4 additions & 3 deletions templates/keras_cv/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ KerasCV is a toolbox of modular building blocks (layers, metrics, losses, data a
---
## Quick links

* [Image data augmentation](/guides/keras_cv/cut_mix_mix_up_and_rand_augment/)
* [Using COCO metrics](/guides/keras_cv/coco_metrics/)
* [Writing custom data augmentation layers](/guides/keras_cv/custom_image_augmentations/)
* [KerasCV developer guides](/guides/keras_cv/)
* [KerasCV API reference](/api/keras_cv/)
* [KerasCV on GitHub](https://github.com/keras-team/keras-cv)

---
## Installation

Expand Down
1 change: 1 addition & 0 deletions templates/keras_tuner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ experiment with new search algorithms.
* [Getting started with KerasTuner](/guides/keras_tuner/getting_started/)
* [KerasTuner developer guides](/guides/keras_tuner/)
* [KerasTuner API reference](/api/keras_tuner/)
* [KerasTuner on GitHub](https://github.com/keras-team/keras-tuner)


---
Expand Down

0 comments on commit aa058bb

Please sign in to comment.