why autoencoder tutorial of pytorch changes the view of embedding layer output?

后端 未结 0 970
再見小時候
再見小時候 2020-12-05 17:44

As shown here in PyTorch tutorials the code for an autoencoder model is like this:

class EncoderRNN(nn.Module):
    def __init__(self, input_size, hidden_size         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题