Skip to content

Commit

Permalink
docs: update log (#59)
Browse files Browse the repository at this point in the history
* update

* Update changelog.md
  • Loading branch information
Zeyi-Lin authored Oct 18, 2024
1 parent 00a0548 commit 8979183
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 23 deletions.
6 changes: 1 addition & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ export default defineConfig({

// 导航栏配置
nav: [
{
text: '算力活动',
link: 'https://swanlab.cn/notice?utm_source=docs'
},
{
text: '用户指南',
link: base_path_guide_cloud + '/general/what-is-swanlab',
Expand All @@ -61,7 +57,7 @@ export default defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/zh/api/',
},
{ text: 'v0.3.21', items: [
{ text: 'v0.3.22', items: [
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcnyBlK8OMD0eweoFcc2SvWKc'}
Expand Down
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 6 additions & 12 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion zh/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ Github: https://github.com/SwanHubX/SwanLab
:::


## v0.3.22 - 2024.10.18

**🚀新增功能**
- 🎉基线社区Beta版本已上线:https://swanlab.cn/benchmarks
- 新增与PaddleYolo的集成,[文档](/zh/guide_cloud/integration/integration-paddleyolo.md)

**修复问题**
- 修复了在多组并行实验提交时,出现sqlite并行读写报错的问题,[#715](https://github.com/SwanHubX/SwanLab/issues/715)
- 修复了在CPU品牌记录的兼容性问题

## v0.3.21 - 2024.9.26

**🚀新增功能**
- 组织创建已全面开放,每个组织上限为15人。
- [组织创建](/zh/guide_cloud/general/organization.md)已全面开放,每个组织上限为15人。
- 实验名现已支持「重名」,并使用新的一套新建实验名体系。

## v0.3.19 - 2024.9.2
Expand Down
12 changes: 7 additions & 5 deletions zh/guide_cloud/general/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@

在开始之前,请确保你创建好了一个SwanLab账号,并安装了我们的Python库。

1. **[SwanLab官网](https://swanlab.cn) 免费注册账号,然后登录你的SwanLab账号**
1.[SwanLab官网](https://swanlab.cn) 免费注册账号,然后登录你的SwanLab账号

![swanlab login](/assets/login.png)

2. **使用 [pip](https://pip.pypa.io/en/stable/) 在Python3环境的计算机上安装swanlab库**
2. 使用 [pip](https://pip.pypa.io/en/stable/) 在Python3环境的计算机上安装swanlab库

打开命令行(Windows系统推荐使用PowerShell),输入:

Expand All @@ -35,12 +33,16 @@ swanlab login

```bash
swanlab: Logging into swanlab cloud.
swanlab: You can find your API key at: https://dev101.swanlab.cn/settings
swanlab: You can find your API key at: https://swanlab.cn/settings
swanlab: Paste an API key from your profile and hit enter, or press 'CTRL-C' to quit:
```

[用户设置](https://swanlab.cn/settings)页面复制您的 **API Key**,粘贴后按下回车,即可完成登录。

> 如果你的计算机不太支持`swanlab login`的登录方式,也可以使用python脚本登录:
> import swanlab
> swanlab.login(api_key="你的API Key")
## 3. 开启一个实验并跟踪超参数

在Python脚本中,我们用`swanlab.init`创建一个SwanLab实验,并向`config`参数传递将一个包含超参数键值对的字典:
Expand Down

0 comments on commit 8979183

Please sign in to comment.