Image-Local-Attention
Image-Local-Attention copied to clipboard
Allow for broadcasting of query
There are cases where one may want to compare the features of the query
frame against the features of a set of key
frames. Doing this in a memory efficient manner requires broadcasting the query, which this pull request implements. I thought I would share this, in case it is of use to others!