Cross attention fusion

i built two models using inceptionv3, the first model trained and tested out on the original dataset, while the second model trained and tested out on a dataset after applying the DOG filter . both models accuracy and loss calcaluted

now, i want to apply cross attention fusion but don’t know. please help with tensorflow python code or a reference for simple examples. thank you

Hi @Dana_Alsafadi, Could you please refer to this tutorial which has detailed explanation of cross attention. Thank You.