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.9b3.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.9b3-py3-none-any.whl
(751.7 kB
view details)
File details
Details for the file swanboard-0.1.9b3.tar.gz.
File metadata
- Download URL: swanboard-0.1.9b3.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 |
df12e54773ac361c685e042c7b9850e21ca70ad5759e0a094cf52e646fcfb853
|
|
| MD5 |
984b0b3f9de62321d697fcbe2ce206bb
|
|
| BLAKE2b-256 |
376fdbdf80756b2263e9c0d52ac835f8f112b890a020ce3ce70c99e3e0fdfbb6
|
File details
Details for the file swanboard-0.1.9b3-py3-none-any.whl.
File metadata
- Download URL: swanboard-0.1.9b3-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 |
39461f2f0884d0cf7ef2e6cc30640c1b2cb2e1ec0d1db5feff3e0433b8d051fd
|
|
| MD5 |
26e88a7cd5e94ae6803430e9d669e4ed
|
|
| BLAKE2b-256 |
7d6750d80015211437a2e3f1183fa9c6c0f10196360454af79245f7a7f9ae06b
|