why "self.fc = torch.nn.Embedding..." in class FeaturesLinear
zanshuxun opened this issue · 1 comments
zanshuxun commented
self.fc = torch.nn.Embedding(sum(field_dims)+1, output_dim)
https://github.com/rixwew/pytorch-fm/blob/master/torchfm/layer.py#L10
I'm wondering whether this is a writing misktake