Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh7joshi committed Nov 25, 2021
1 parent 51f2816 commit b4646fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agml/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ def transform(self,
The hierarchy in which transforms are applied is:
transform -> --------|
|-----> dual_transform
target_transform -> --|
Expand Down Expand Up @@ -639,7 +638,7 @@ def transform(self,
- Albumentations transforms are special in that even transforms which
would normally be passed to `dual_transform` (e.g., they act on the
input image and the output annotation) can simply be passed to the
`transform` method and they will automatically be applied.
`transform` argument and they will automatically be applied.
"""
self._manager.push_transforms(
transform = transform,
Expand Down

0 comments on commit b4646fc

Please sign in to comment.