From 6a0b171be4c08982a7a8b45ddffe04a726265323 Mon Sep 17 00:00:00 2001 From: "Martin.B" <51887611+bmartinn@users.noreply.github.com> Date: Fri, 27 Mar 2020 10:32:19 +0300 Subject: [PATCH] Fix requirements-extra.txt Trains package to release version (#1229) * Fix requirement-extra use released Trains package * Update README.md add Trains and links to the external Visualization section Co-authored-by: Jirka Borovec --- README.md | 10 ++++++---- requirements-extra.txt | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51173a0d..dfc8b1fa 100644 --- a/README.md +++ b/README.md @@ -233,10 +233,12 @@ trainer.test() ## Visualization Lightning has out-of-the-box integration with the popular logging/visualizing frameworks -- Tensorboard -- MLFlow -- Neptune.ai -- Comet.ml +- [Tensorboard](https://pytorch.org/docs/stable/tensorboard.html) +- [MLFlow](https://mlflow.org/) +- [Neptune.ai](https://neptune.ai/) +- [Comet.ml](https://www.comet.ml/site/) +- [Wandb](https://www.wandb.com/) +- [Trains](https://github.com/allegroai/trains) - ... ![tensorboard-support](docs/source/_images/general/tf_loss.png) diff --git a/requirements-extra.txt b/requirements-extra.txt index a1c3c9b3..8b720f7d 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -5,4 +5,4 @@ comet-ml>=1.0.56 mlflow>=1.0.0 test_tube>=0.7.5 wandb>=0.8.21 -trains>=0.14.1rc0 +trains>=0.14.1