mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
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 <Borda@users.noreply.github.com>
This commit is contained in:
co-authored by
Jirka Borovec
parent
d394b80ac8
commit
6a0b171be4
@@ -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)
|
||||
- ...
|
||||
|
||||

|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user