wook jung

Results 1 comments of wook jung

@torch.no_grad() def decode(self, encoder_output: Tensor, max_length: int) -> Tensor: """ Decode `encoder_outputs`. Args: encoder_output (torch.FloatTensor): A output sequence of encoder. `FloatTensor` of size ``(seq_length, dimension)`` max_length (int): max decoding time...