HEESU KIM
Results
1
comments of
HEESU KIM
> 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...