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

Error locating target: 'autoalbument.faster_autoaugment.search.FasterAutoAugmentSearcher' #41

Open
neel2299 opened this issue Jun 5, 2022 · 7 comments

Comments

@neel2299
Copy link

neel2299 commented Jun 5, 2022

I was trying to run an example using as shown in https://albumentations.ai/docs/autoalbument/how_to_use/. However I got this error.
image

Is there something I am doing wrong? Help would be very much appreciated.

@timothylimyl
Copy link

same issue, how did u solve it?

@neel2299 neel2299 reopened this Jun 11, 2022
@neel2299
Copy link
Author

Ahh, thanks for the comment, closed it somehow by mistake. Yet to find a solution.

@huchenfei-99
Copy link

Could you tell me how to fix this problem? I really don't know how to solve it ,please.

@FrankwaP
Copy link

FrankwaP commented Jun 15, 2022

First: using an image to display a partial error message is a bad idea!
Next time copy and paste the full error message as text.

You likely need to do one of the tips given in this comment this comment:

Change line 6 in envs/name/lib/site-packages/timm/models/layers/helper.py from "from torch._six import container_abcs" to "import collections.abc as container_abcs"

@vedal
Copy link

vedal commented Jul 1, 2022

I managed by downgrading to timm==0.4.12

@alepistola
Copy link

Same issue!

I managed by downgrading to timm==0.4.12

Downgrading to timm==0.4.12 does not seem to work (and it introduces incompatibilities):

autoalbument 0.4.0 requires timm==0.3.2, but you have timm 0.4.12 which is incompatible.
segmentation-models-pytorch 0.1.3 requires timm==0.3.2, but you have timm 0.4.12 which is incompatible.

@charitarthchugh
Copy link

Ran into the same issue, I would just use the docker method.

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

7 participants