lightning/docs/source-pytorch/model
Karthik Venkataramani 88869ad482
docs: fix `y` var for compute loss (#19465)
* Update train_model_basic.rst

Loss should be calculated by comparing `x_hat` to `y`, not `x`

* Update evaluation_basic.rst

Error in the documentation where training loss is calculated as `F.mse_loss(x_hat, x)`. Changed to `F.mse_loss(x_hat, y)`

* Update notebooks.rst

Doc fix

* Update README.md

Doc fix

* Update introduction.rst

Doc fix

* Update train.py

Doc fix

* Update README.md

Doc fix

* Revert "Update train.py"

This reverts commit 1934760056.

* Revert "Update introduction.rst"

This reverts commit 0cec613c07.

* Revert "Update README.md"

This reverts commit fda3fbf32d.

* Revert "Update notebooks.rst"

This reverts commit 183a2a9e33.

* Revert "Update evaluation_basic.rst"

This reverts commit 0eefe39aea.

* Revert "Update train_model_basic.rst"

This reverts commit b98e1d2414.

* remove the variable y when unused in docs

* Update README.md

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-03-15 17:56:28 -04:00
..
build_model.rst Fix broken link in "Build a Model" section of docs (#16025) 2022-12-21 12:21:50 +01:00
build_model_advanced.rst Consistent imports in docs for core APIs (#18869) 2023-10-27 14:41:29 -04:00
build_model_intermediate.rst Revamp model parallel docs (2/n) (#18325) 2023-08-16 13:22:14 -04:00
manual_optimization.rst Remove the Graphcore IPU integration (#19405) 2024-02-12 16:16:02 -05:00
own_your_loop.rst docs: move fabric on its own (#16742) 2023-03-01 12:36:14 +01:00
train_model_basic.rst docs: fix `y` var for compute loss (#19465) 2024-03-15 17:56:28 -04:00