Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'albumentations.augmentations.functional' has no attribute 'resize' #27

Open
ermu2001 opened this issue Jul 29, 2022 · 1 comment

Comments

@ermu2001
Copy link

I've met this problem when trying to train the model.
AttributeError: module 'albumentations.augmentations.functional' has no attribute 'resize'
my albumentations's version is 1.2.1
image
I‘ve actually check the functional.py in albumentations, there is no resize function....T.T
what can I do to solce this ?
QAQ

@zxiaoran
Copy link

zxiaoran commented Aug 1, 2022

just import albumentations as F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants