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.9b1.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.9b1-py3-none-any.whl
(750.4 kB
view details)
File details
Details for the file swanboard-0.1.9b1.tar.gz.
File metadata
- Download URL: swanboard-0.1.9b1.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4502c2ca83d696f50e2be8af1f5b1c4aeecc919a91e8ef3735c23d4ffd235c6e
|
|
| MD5 |
46e0e044a384495a382ffbd0e9ae99ec
|
|
| BLAKE2b-256 |
c3dfd9019fdc9d5133423a561412f3e6d10c3e0138d9089ebfcd77ec0c951c24
|
File details
Details for the file swanboard-0.1.9b1-py3-none-any.whl.
File metadata
- Download URL: swanboard-0.1.9b1-py3-none-any.whl
- Upload date:
- Size: 750.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cb1e1a2d1592676c62f71c8af994474f9a1985b8f372247975cc283faaed748
|
|
| MD5 |
06ecdaed09afdc31741f4425a5c92a60
|
|
| BLAKE2b-256 |
7e308598b8fb70e0e73514481e180f34937282fd9703508b66c8967f7ec18281
|