Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
af40307de0
1 changed files with 4 additions and 22 deletions
  1. 4 22
      README.md

+ 4 - 22
README.md

@@ -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 [![PyPI](https://img.shields.io/pypi/v/wandb)](https://pypi.python.org/pypi/wandb) [![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/wandb)](https://anaconda.org/conda-forge/wandb) [![CircleCI](https://img.shields.io/circleci/build/github/wandb/wandb/main)](https://circleci.com/gh/wandb/wandb) [![Codecov](https://img.shields.io/codecov/c/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&amp;B Server is a self-hosted Weights &amp; Biases server.  Securely and quickly deploy a W&amp;B production server in Docker, Kubernetes, or in a privately-managed cloud.  Learn more about setting up a [production W&amp;B deployment →](https://docs.wandb.ai/guides/self-hosted/setup).
 W&amp;B Server is a self-hosted Weights &amp; Biases server.  Securely and quickly deploy a W&amp;B production server in Docker, Kubernetes, or in a privately-managed cloud.  Learn more about setting up a [production W&amp;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