albumentations_examples
albumentations_examples copied to clipboard
Typo of "full_sized_mask = F.resize(..." cause AttributeError
Running pytorch_semantic_segmentation.ipynb
confronts a bug:
AttributeError: module 'albumentations.augmentations.functional' has no attribute 'resize'
Fix:
In [28]: full_sized_mask = F.resize(
to
In [28]: full_sized_mask = A.resize(