In [https://github.com/nzc/dnn_ctr/blob/c750fec4ba21134a08b8048be2d2ae992d587806/model/DCN.py#L232](https://github.com/nzc/dnn_ctr/blob/c750fec4ba21134a08b8048be2d2ae992d587806/model/DCN.py#L232), `x_0 * x_l` should be replaced by `torch.matmul(x_0, x_l.t())`, right ?