Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div align="center">

<img src="readme_files/swanlab-logo-single.svg" alt="SwanLab" width="70" height="70">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="readme_files/swanlab-logo-single-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="readme_files/swanlab-logo-single.svg">
<img alt="SwanLab" src="readme_files/swanlab-logo-single.svg" width="70" height="70">
</picture>

<h1>SwanLab</h1>

Expand Down Expand Up @@ -47,6 +51,8 @@

## 🌟 最近更新

- 2025.01.22:新增`sync_tensorboardX`与`sync_tensorboard_torch`功能,支持与此两种TensorBoard框架同步实验跟踪;

- 2025.01.17:新增`sync_wandb`功能,[文档](https://docs.swanlab.cn/guide_cloud/integration/integration-wandb.html),支持与Weights & Biases实验跟踪同步;大幅改进了日志渲染性能

- 2025.01.11:云端版大幅优化了项目表格的性能,并支持拖拽、排序、筛选等交互
Expand Down
8 changes: 7 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div align="center">

<img src="readme_files/swanlab-logo-single.svg" alt="SwanLab" width="70" height="70">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="readme_files/swanlab-logo-single-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="readme_files/swanlab-logo-single.svg">
<img alt="SwanLab" src="readme_files/swanlab-logo-single.svg" width="70" height="70">
</picture>

<h1>SwanLab</h1>

Expand Down Expand Up @@ -47,6 +51,8 @@ Supports both cloud/offline usage, integrates with 30+ mainstream frameworks, an

## 🌟 Recent Updates

- 2025.01.22: Added `sync_tensorboardX` and `sync_tensorboard_torch` features, supporting synchronization of experiment tracking with these two TensorBoard frameworks.

- 2025.01.17: Added `sync_wandb` feature, [docs](https://docs.swanlab.cn/en/guide_cloud/integration/integration-wandb.html), supporting synchronization with Weights & Biases experiment tracking; significantly improved log rendering performance.

- 2025.01.11: The cloud version enhanced project table performance with drag-and-drop, sorting, and filtering support.
Expand Down
9 changes: 8 additions & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<div align="center">

<img src="readme_files/swanlab-logo-single.svg" alt="SwanLab" width="70" height="70">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="readme_files/swanlab-logo-single-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="readme_files/swanlab-logo-single.svg">
<img alt="SwanLab" src="readme_files/swanlab-logo-single.svg" width="70" height="70">
</picture>


<h1>SwanLab</h1>

Expand Down Expand Up @@ -47,6 +52,8 @@

## 🌟 最近の更新

- 2025.01.22:`sync_tensorboardX`と`sync_tensorboard_torch`機能を追加し、この2つのTensorBoardフレームワークとの実験追跡の同期をサポート

- 2025.01.17:`sync_wandb`機能を追加し、[ドキュメント](https://docs.swanlab.cn/en/guide_cloud/integration/integration-wandb.html)、Weights & Biases実験追跡との同期をサポート;ログレンダリング性能を大幅に最適化

- 2025.01.11:クラウド版はプロジェクトテーブルのパフォーマンスを大幅に最適化し、ドラッグ&ドロップ、並べ替え、フィルタリングなどのインタラクションをサポートしました。
Expand Down
8 changes: 7 additions & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div align="center">

<img src="readme_files/swanlab-logo-single.svg" alt="SwanLab" width="70" height="70">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="readme_files/swanlab-logo-single-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="readme_files/swanlab-logo-single.svg">
<img alt="SwanLab" src="readme_files/swanlab-logo-single.svg" width="70" height="70">
</picture>

<h1>SwanLab</h1>

Expand Down Expand Up @@ -47,6 +51,8 @@

## 🌟 Последние обновления

- 2025.01.22: Добавлена функция `sync_tensorboardX` и `sync_tensorboard_torch`, поддерживающая синхронизацию с этими двумя TensorBoard фреймворками.

- 2025.01.17: Добавлена функция `sync_wandb`, [документация](https://docs.swanlab.cn/en/guide_cloud/integration/integration-wandb.html), поддерживающая синхронизацию с отслеживанием экспериментов Weights & Biases; значительно улучшена производительность рендеринга логов.

- 2025.01.11: Облачная версия значительно оптимизировала производительность таблиц проектов и добавила поддержку таких функций, как перетаскивание, сортировка и фильтрация.
Expand Down
12 changes: 12 additions & 0 deletions readme_files/swanlab-logo-single-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed readme_files/swanlab-overview-new.png
Binary file not shown.