Dashboard for SwanLab.
Project description
SwanLab-Dashboard
SwanLab - 训练可视化服务
该仓库用于维护SwanLab训练可视化服务的相关代码和文档,包含前后端。
目录结构
其中 swanboard 用于维护后端代码,vue 用于维护前端代码,test 用于维护测试代码。
├── swanboard
│ ├── controller
│ ├── db
│ ├── middleware
│ ├── module
│ ├── router
│ ├── run
│ ├── settings.py
│ ├── template
│ └── utils
├── test
├── tutils
└── vue
工作流程
- 后端开发者在
swanboard目录下进行开发,完成后端功能。 - 前端开发者在
vue目录下进行开发,完成前端功能后,需要进行打包npm run build.release,打包目标路径为swanboard/template。 - 前后端开发完成后,需要进行测试,测试代码存放在
test目录下。 - 整体功能通过,即可在 main 上发布新版本,同时发布新 tag,触发自动打包并更新 pypi 包版本。
SwanLab 与 SwanBoard
SwanBoard 仅负责针对训练数据提供可视化服务,而不参与训练过程。其作为依赖导入到 SwanLab 中,由 swanlab watch 命令启动服务。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swanboard-0.1.9b2.tar.gz
(1.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
swanboard-0.1.9b2-py3-none-any.whl
(751.7 kB
view details)
File details
Details for the file swanboard-0.1.9b2.tar.gz.
File metadata
- Download URL: swanboard-0.1.9b2.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3993602bb2855d33223ef94e19d4a4ea6ef4f7daaf0f24a0ad9b4fb3f84dc7
|
|
| MD5 |
81d90b8627b4c00bdfcc54064e9c28f9
|
|
| BLAKE2b-256 |
497904fbec058bb859b1ab1890975684da2e6ad1f0065d26b10abd0ec96a0a64
|
File details
Details for the file swanboard-0.1.9b2-py3-none-any.whl.
File metadata
- Download URL: swanboard-0.1.9b2-py3-none-any.whl
- Upload date:
- Size: 751.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85b5879e6a356256dc198cb78d5d31c9dce5e5cb1d0fcea40498512c03eb7b0f
|
|
| MD5 |
4afedfc2dec403149c7beacd01b30b82
|
|
| BLAKE2b-256 |
45d93dca169f5623a3212375a8ee83ecd6dd30f5203b21a77b9c5bfcd51c5f6c
|