mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
fix links to Docs (#744)
* update log * fix links * formatting * fixing docs path * formatting
This commit is contained in:
committed by
William Falcon
parent
b35c472bb1
commit
cc12ff36a9
@@ -3,6 +3,7 @@ Lightning supports most popular logging frameworks (Tensorboard, comet, weights
|
||||
To use a logger, simply pass it into the trainer.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from pytorch_lightning import logging
|
||||
|
||||
# lightning uses tensorboard by default
|
||||
|
||||
@@ -46,7 +46,7 @@ class TestTubeLogger(LightningLoggerBase):
|
||||
`os.path.join(save_dir, name, version)`
|
||||
|
||||
Example
|
||||
--------
|
||||
-------
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user