GZJAS

Results 2 comments of GZJAS

I studied the codes these days, and I thought you can use the torch.repeat_interleave. Such as follow: `hidden = tuple([torch.repeat_interleave(h, self.k, dim=1) for h in encoder_hidden])` `inflated_encoder_outputs = torch.repeat_interleave(encoder_outputs, self.k,...

I studied the codes these days, and I thought you can use the torch.repeat_interleave. Such as follow: `hidden = tuple([torch.repeat_interleave(h, self.k, dim=1) for h in encoder_hidden])` `inflated_encoder_outputs = torch.repeat_interleave(encoder_outputs, self.k,...