pytorch-fm
pytorch-fm copied to clipboard
network structure difference with deepFM paper
I noticed that for the deemFM model, the implemented mlp_dim is (16, 16). However in the original deepFM paper, the network structure specified is 400-400-400 (screenshot below). May I ask why is the network structure different?
