def _initialize_decoder(self, fc, bc, f, b): return ( F.tanh(self.fc_pc(fc) + self.bc_pc(bc)), F.tanh(self.f_p(f) + self.b_p(b)))