lightning/docs/source-app/code_samples
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
..
basics Relax app dependencies for `lightning` | breaking imports from `L` (#18386) 2023-08-28 11:28:58 -04:00
convert_pl_to_app docs: fix `y` var for compute loss (#19465) 2024-03-15 17:56:28 -04:00
quickstart Relax app dependencies for `lightning` | breaking imports from `L` (#18386) 2023-08-28 11:28:58 -04:00