Skip to content

Commit

Permalink
Update API_DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWood committed Mar 28, 2022
1 parent 6b3b857 commit 032871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/API_DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use the full names for label types in our code base.
# Preprocessing Layers
## Strength Parameters
Many augmentation layers take a parameter representing a strength, often called
`factor`. Supported factor values must conform to a the range: `[0, 1]`, with
`factor`. When possible, factor values must conform to a the range: `[0, 1]`, with
1 representing the strongest transformation and 0 representing a no-op transform.
The strength of an augmentation should scale linearly with this factor. If needed,
a transformation can be performed to map to a large value range internally. If
Expand Down

0 comments on commit 032871d

Please sign in to comment.