-
Thank you for your awesome work! It is easy to use without much modification.
BTW, since attention map often use as a tool for analyze the layer's behavior, specify what layer / timesteps to visual…
-
How do games use data visualizations to accomplish different goals, such as:
- Communicating gameplay mechanics
- Visualizing skill vs. challenge matches
- Aiding in decision making processes
- How da…
-
Hi,
Have been trying to use the visual to represent our application lifecycle, the length of the bar being the start to retirement date and milestones for contract dates and end of support.
This i…
-
Hello,
I tested the extension and it worked really fine, great work. The only issue is when the user runs a query and have the working item being displayed, each time he/she clicks in other workitem,…
-
Hi,
First of all, I want to thank you for the proposed method , which benefited me a lot. So I reproduce your code by pytorch and tried to visualize the attention map in part segmentation task. but w…
-
Hi, I'm interested about the Figure 5, Visualization of internal feature maps with their channel attentions, in your paper.
Could you please tell me more details about how you calculate the activa…
-
![image](https://github.com/user-attachments/assets/642e3c77-8394-4ac3-83ee-733946e54a8f)
how to calculate the standard deviation of attention map, is the value calculaed by average all layers or ju…
-
Thanks for your work on porting this to Dash. I get that it is, in a lot of ways, in direct competition with Plotly, which is probably why this hasn't gotten more attention, but ECharts is so much mor…
-
Hello,
I'm trying to visualize the attention weights for Llama 3 when it generates text, but I am facing some complications. I slightly modified the Attention class to output the `scores` variable …
-
I wanted to also incorporate self-attention into the model to make the example a bit more interesting and fun.
Here's how I am doing it currently:
```python
...
# Second conv block.
x = kera…