-
Notifications
You must be signed in to change notification settings - Fork 29
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
maybe have a bug #18
Comments
Hi! Have you checked it for all images or just a single one? |
Thank you, I will check it. |
@fangfangzk @zqhang |
Yes, I also found this BUG, I regenerated the exception graph of the four layers and found that they were consistent. The main reason lies in out_token.append(x[0]). When I changed it to out_tokens.append(copy.deepcopy(x[0])), the patchtoken of the four layers was different, but the exception detection performance decreased. |
我发现代码中 similarity_map_list里面的4个map,值都相等。原因可能是把中间的feature加入list时没有clone()?
The text was updated successfully, but these errors were encountered: