Dear author.Hello! I encountered this issue while reproducing your code. Could you please explain the reasoning behind using nn.InstanceNorm1d here? The output of the linear layer is two-dimensional, but nn.InstanceNorm1d expects a three-dimensional input.
I would be very grateful if I could receive your reply.
Dear author.Hello! I encountered this issue while reproducing your code. Could you please explain the reasoning behind using nn.InstanceNorm1d here? The output of the linear layer is two-dimensional, but nn.InstanceNorm1d expects a three-dimensional input.
I would be very grateful if I could receive your reply.