Skip to content

Commit 26d6189

Browse files
committed
Link to loggers api reference
1 parent 21e9dc3 commit 26d6189

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source-pytorch/api_references.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ core
8282
~optimizer.LightningOptimizer
8383

8484

85+
.. _loggers-api-references:
86+
8587
loggers
8688
-------
8789

docs/source-pytorch/common/remote_fs.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Working with different filesystems can be accomplished by appending a protocol l
1717
trainer = Trainer(default_root_dir="s3://my_bucket/data/")
1818
trainer.fit(model)
1919
20-
As for ``TensorBoardLogger``, by default, we use ``tensorboardX``. To use it with ``fsspec`` support, make sure you have ``tensorboard`` installed AND NO ``tensorflow`` installed in the current environment, as ``tensorboard`` will use ``tensorflow``'s GFile when detected, and it only uses fsspec on absence of ``tensorflow``.
20+
21+
For logging, remote filesystem support depends on the particular logger integration being used. Consult :ref:`the documentation of the individual logger <loggers-api-references>` for more details.
2122

2223
.. code-block:: python
2324

0 commit comments

Comments
 (0)