Open an-tran528 opened 6 months ago
From the paper, it should be "x0 prod_output self._gate_v(self._gate_u(x)) + x" ?
I'd be interested in seeing the full code for the GDCN once you get it working. Hopefully, the correction from @zhangfan555 will make the loss converge.
I'm trying to search around for the implementation GDCN, an updated version for DCN but seems like it's not yet supported.
I'm trying to tweak the Cross layer implementation by adding gate layers with sigmoid activation:
But loss doesn't converge for my use case. Is the implementation correct?