Hi.
I would like to set up an nn.Linear layer in such a way that the data passing through the layer remains unchanged. I understand that I can achieve this by configuring the weight as an identity matrix. Is there a way to directly set the weight of the nn.Linear layer like this??
thanks always!!