elasticdl icon indicating copy to clipboard operation
elasticdl copied to clipboard

Implement an embedding layer support both sparse and dense.

Open workingloong opened this issue 4 years ago • 0 comments

Now, we have developed SparseEmbedding layer to support sparse inputs. It is better to implement an embedding layer which can be fed with dense or sparse inputs. And it also can combine the dense embedding outputs according to the combiner argument like "sum", "mean" and "sqrt".

workingloong avatar Apr 10 '20 03:04 workingloong