88869ad482
* 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 |
||
---|---|---|
.. | ||
build_model.rst | ||
build_model_advanced.rst | ||
build_model_intermediate.rst | ||
manual_optimization.rst | ||
own_your_loop.rst | ||
train_model_basic.rst |