Missing mask_labels method in OpenVLAAttacker class
Issue Description
When running the UADA attack code, I encountered an error indicating that the mask_labels method is missing in the OpenVLAAttacker class:AttributeError: 'OpenVLAAttacker' object has no attribute 'mask_labels'
This error occurs in UADA.py when trying to call self.mask_labels(labels, maskidx).
Environment
- Python version: 3.10
- Repository version: latest commit
- Running on Ubuntu
Questions
- Is there a missing implementation of the
mask_labels method that should be included in the OpenVLAAttacker class?
- Could you provide the correct implementation of this method or point me to where it should be defined?
- Is this possibly a missing file or code that wasn't included in the repository?
Any guidance on resolving this issue would be greatly appreciated. Thank you!
Missing
mask_labelsmethod in OpenVLAAttacker classIssue Description
When running the UADA attack code, I encountered an error indicating that the
mask_labelsmethod is missing in theOpenVLAAttackerclass:AttributeError: 'OpenVLAAttacker' object has no attribute 'mask_labels'This error occurs in
UADA.pywhen trying to callself.mask_labels(labels, maskidx).Environment
Questions
mask_labelsmethod that should be included in theOpenVLAAttackerclass?Any guidance on resolving this issue would be greatly appreciated. Thank you!