Fix docs - missing Trainer (#1159)

* drop pandas

* formatting
This commit is contained in:
Jirka Borovec
2020-03-15 19:46:39 -04:00
committed by GitHub
parent 3ad6169f18
commit 774d9be357
8 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Control log writing frequency
Writing to a logger can be expensive. In Lightning you can set the interval at which you
want to log using this trainer flag.
.. note:: See: :ref:`trainer`
.. seealso:: :ref:`trainer`
.. code-block:: python