pytorch
c47ccfd0 - Enable variable size embedding (#25782)

Commit
6 years ago
Enable variable size embedding (#25782) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/25782 Enable variable size embedding for dot processor. We split the embedding matrix into multiple towers, based on the embedding size and perform dot product in a loop over each of the towers and finally concatenate all the dot product outputs. Test Plan: buck test //caffe2/caffe2/fb/dper/layer_models/tests/split_1: https://our.intern.facebook.com/intern/testinfra/testrun/3659174703037560 Specific unit tests -- buck test //caffe2/caffe2/fb/dper/layer_models/tests/split_1:sparse_nn_test -- test_per_feature_emb_dim https://our.intern.facebook.com/intern/testinfra/testrun/3377699726358808 Reviewed By: chenshouyuan Differential Revision: D16690811 fbshipit-source-id: 8f5bce5aa5b272f5f795d4ac32bba814cc55210b
Author
Swati Rallapalli
Parents
Loading