.data in pytorch

What does .data in pytorch mean?
z_x is the output of a linear layer
z_x_nu = z_x.data

So what is z_x.data here? Please explain


Have a look.
1 Like