RuntimeError: input must have 3 dimensions, got 2

前端 未结 0 1720
既然无缘
既然无缘 2020-11-21 21:57

hi I have the following code

class GRU(nn.Module):
    def __init__(self, input_size, hidden_size, num_layers, num_classes ):
        super(GRU, self).__init_         


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