File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
256256 { text : 'login' , link : 'py-login' } ,
257257 { text : 'integration' , link : 'py-integration' } ,
258258 { text : 'converter' , link : 'py-converter' } ,
259+ { text : 'sync_wandb' , link : 'py-sync-wandb' } ,
259260 ]
260261 } ,
261262 {
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
256256 { text : 'login' , link : 'py-login' } ,
257257 { text : 'integration' , link : 'py-integration' } ,
258258 { text : 'converter' , link : 'py-converter' } ,
259+ { text : 'sync_wandb' , link : 'py-sync-wandb' } ,
259260 ]
260261 } ,
261262 {
Original file line number Diff line number Diff line change 1+ # swanlab.sync_wandb
2+
3+ Synchronize wandb metrics to SwanLab., [ Docs] ( /en/guide_cloud/integration/integration-wandb.md )
Original file line number Diff line number Diff line change 1+ # swanlab.sync_wandb
2+
3+ 将wandb的指标同步到SwanLab, [ 文档] ( /guide_cloud/integration/integration-wandb.md )
You can’t perform that action at this time.
0 commit comments