cmhungsteve / TA3N

[ICCV 2019 (Oral)] Temporal Attentive Alignment for Large-Scale Video Domain Adaptation (PyTorch)
https://arxiv.org/abs/1907.12743
MIT License
259 stars 41 forks source link

Question about attention #32

Closed kerenartiaga closed 3 years ago

kerenartiaga commented 3 years ago

Hello sir, I would like to ask the difference between use_attn and use_attn_frame. Is the use_attn for aggregated features/frames and the use_attn_frame for a single frame? Thanks in advance

cmhungsteve commented 3 years ago

Yes, your understanding is correct.

kerenartiaga commented 3 years ago

Thank you