Computing weighted average of embedding vectors in tensorflow
I’m trying to look up embedding vectors for a given set of ids and I would like to average them based on number of occurrences.
I’m trying to look up embedding vectors for a given set of ids and I would like to average them based on number of occurrences.