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

MultimodalEditor Question #257

Open
wxz2002 opened this issue May 15, 2024 · 1 comment
Open

MultimodalEditor Question #257

wxz2002 opened this issue May 15, 2024 · 1 comment
Labels
question Further information is requested

Comments

@wxz2002
Copy link

wxz2002 commented May 15, 2024

Thank you for your outstanding work on multimodal knowledge editing. However, when I was trying to test your work, I found the following line of code in the Edit method of MultimodalEditor:
**assert self.alg_name == 'IKE' or print('Only IKE supported for MultimodalEditor')**.
Could you please explain why multimodal knowledge editing currently only supports the IKE method? Are other methods temporarily untestable?

@tbozhong
Copy link
Collaborator

Thanks for your interest in our work, and I apologize for any inconvenience.

At present, MultimodalEditor only supports IKE. For other methods, please utilize MultimodalTrainer for both training and evaluation, as detailed in the Evaluating Example section found here.

I will support additional methods within MultimodalEditor as soon as possible.

@zxlzr zxlzr added the question Further information is requested label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants