pliang279 / MultiViz

[ICLR 2023] MultiViz: Towards Visualizing and Understanding Multimodal Models
MIT License
92 stars 5 forks source link

Add Emap #2

Closed gchhablani closed 3 years ago

gchhablani commented 3 years ago

This PR adds EMAP to the repository and closes #3. This is a work in progress. I am adding tests for the same.

Note that this method is generic and will work across multiple modes (not just two, as in the original implementation).

The only expectation is that the user provides and expects numpy arrays as input/output.