|
@@ -1,9 +1,6 @@
|
|
-<p align="center">
|
|
|
|
- <img src=".github/wb-logo-lightbg.png#gh-light-mode-only" width="600" alt="Weights & Biases"/>
|
|
|
|
- <img src=".github/wb-logo-darkbg.png#gh-dark-mode-only" width="600" alt="Weights & Biases"/>
|
|
|
|
-</p>
|
|
|
|
|
|
|
|
-# Weights and Biases [](https://pypi.python.org/pypi/wandb) [](https://anaconda.org/conda-forge/wandb) [](https://circleci.com/gh/wandb/wandb) [](https://codecov.io/gh/wandb/wandb)
|
|
|
|
|
|
+
|
|
|
|
+# Weights and Biases
|
|
|
|
|
|
Use W&B to build better models faster. Track and visualize all the pieces of your machine learning pipeline, from datasets to production models.
|
|
Use W&B to build better models faster. Track and visualize all the pieces of your machine learning pipeline, from datasets to production models.
|
|
|
|
|
|
@@ -14,23 +11,8 @@ Use W&B to build better models faster. Track and visualize all the pieces of you
|
|
|
|
|
|
[Sign up for a free account →](https://wandb.com)
|
|
[Sign up for a free account →](https://wandb.com)
|
|
|
|
|
|
-需要注册登录才能可视化。。。
|
|
|
|
-
|
|
|
|
-## Features
|
|
|
|
-
|
|
|
|
-- Store hyper-parameters used in a training run
|
|
|
|
-- Search, compare, and visualize training runs
|
|
|
|
-- Analyze system usage metrics alongside runs
|
|
|
|
-- Collaborate with team members
|
|
|
|
-- Replicate historic results
|
|
|
|
-- Run parameter sweeps
|
|
|
|
-- Keep records of experiments available forever
|
|
|
|
-
|
|
|
|
-[Documentation →](https://docs.wandb.com)
|
|
|
|
|
|
+需要注册登录,生成token,才能可视化。。。
|
|
|
|
|
|
-If you have any questions, please don't hesitate to ask in our [user forum](http://wandb.me/forum).
|
|
|
|
-
|
|
|
|
-# 🤝 Simple integration with any framework
|
|
|
|
Install `wandb` library and login:
|
|
Install `wandb` library and login:
|
|
```
|
|
```
|
|
pip install wandb
|
|
pip install wandb
|
|
@@ -62,7 +44,6 @@ If you have any questions, please don't hesitate to ask in our [user forum](http
|
|
|
|
|
|
**[Explore a W&B dashboard](https://www.youtube.com/watch?v=gnD8BFuyVUA)**
|
|
**[Explore a W&B dashboard](https://www.youtube.com/watch?v=gnD8BFuyVUA)**
|
|
|
|
|
|
-
|
|
|
|
# Academic Researchers
|
|
# Academic Researchers
|
|
|
|
|
|
If you'd like a free academic account for your research group, [reach out to us →](https://www.wandb.com/academic)
|
|
If you'd like a free academic account for your research group, [reach out to us →](https://www.wandb.com/academic)
|
|
@@ -292,6 +273,7 @@ all directly linked to run.
|
|
W&B Server is a self-hosted Weights & Biases server. Securely and quickly deploy a W&B production server in Docker, Kubernetes, or in a privately-managed cloud. Learn more about setting up a [production W&B deployment →](https://docs.wandb.ai/guides/self-hosted/setup).
|
|
W&B Server is a self-hosted Weights & Biases server. Securely and quickly deploy a W&B production server in Docker, Kubernetes, or in a privately-managed cloud. Learn more about setting up a [production W&B deployment →](https://docs.wandb.ai/guides/self-hosted/setup).
|
|
|
|
|
|
## Quickstart
|
|
## Quickstart
|
|
|
|
+
|
|
1. On a machine with [Docker](https://docker.com) and [Python](https://www.python.org/) installed, run:
|
|
1. On a machine with [Docker](https://docker.com) and [Python](https://www.python.org/) installed, run:
|
|
```
|
|
```
|
|
1 pip install wandb --upgrade
|
|
1 pip install wandb --upgrade
|