Skip to content

Commit

Permalink
Update albumentations>=1.0.2 (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jul 11, 2021
1 parent 80299a5 commit 8298ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/augmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
self.transform = None
try:
import albumentations as A
check_version(A.__version__, '1.0.0') # version requirement
check_version(A.__version__, '1.0.2') # version requirement

self.transform = A.Compose([
A.Blur(p=0.1),
Expand Down

0 comments on commit 8298ce5

Please sign in to comment.