-
Notifications
You must be signed in to change notification settings - Fork 127
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
How to perform attack in a multi-process manner? #113
Comments
Hmm, some attack method is slow indeed, especially the method that uses language model. Empirically we find that language model actually contributes little to the attack performance. So if you are using the attack method that uses language model, we recommend you removing it. Sorry that OpenAttack does not support multi-process now. But we will consider adding this function. |
Well, I implemented multiprocessing manually, though rather naive but it works. |
The newest version has incorporated the support of multi-process. Thanks for your suggestion. |
could you please tell me how to perform attack in a multi-process manner? I couldn't find any message about it. |
The attack process is too slow. Is there any way to accelerate it or multi-process it?
The text was updated successfully, but these errors were encountered: