You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: