fix deprecated warnings (#1048)

* fix deprecated warnings

* deprecated
This commit is contained in:
Jirka Borovec
2020-03-06 06:45:59 -05:00
committed by GitHub
parent 2d8913c5c6
commit 6bc7132c99
11 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ the TPU.
!pip install "$TORCHVISION_WHEEL"
!sudo apt-get install libomp5
update.join()
5. Once the above is done, install PyTorch Lightning (v 0.6.1+).
5. Once the above is done, install PyTorch Lightning (v 0.7.0+).
.. code-block::