#basic pytorch help

1 messages · Page 1 of 1 (latest)

foggy gull
#

any help is appreciated

#

i implemented a basic linear regression model to understand how nn.Linear actually works

#

But during training loop i kept getting the same huge MSE loss

#

what is wrong with my implementation if its even wrong

#

I used these links as my references

foggy gull