Typo fix in metrics docs (#2237)
There was a typo in metrics description: RMSE titled metric was actually RMSLE and vice-versa. So I've fixed it, changing two characters.
This commit is contained in:
parent
4903f9ebd4
commit
b4044f0b90
|
@ -216,13 +216,13 @@ IoU
|
|||
RMSE
|
||||
^^^^
|
||||
|
||||
.. autoclass:: pytorch_lightning.metrics.regression.RMSLE
|
||||
.. autoclass:: pytorch_lightning.metrics.regression.RMSE
|
||||
:noindex:
|
||||
|
||||
RMSLE
|
||||
^^^^^
|
||||
|
||||
.. autoclass:: pytorch_lightning.metrics.regression.RMSE
|
||||
.. autoclass:: pytorch_lightning.metrics.regression.RMSLE
|
||||
:noindex:
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue