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[] {
256
256
{ text : 'login' , link : 'py-login' } ,
257
257
{ text : 'integration' , link : 'py-integration' } ,
258
258
{ text : 'converter' , link : 'py-converter' } ,
259
+ { text : 'sync_wandb' , link : 'py-sync-wandb' } ,
259
260
]
260
261
} ,
261
262
{
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
256
256
{ text : 'login' , link : 'py-login' } ,
257
257
{ text : 'integration' , link : 'py-integration' } ,
258
258
{ text : 'converter' , link : 'py-converter' } ,
259
+ { text : 'sync_wandb' , link : 'py-sync-wandb' } ,
259
260
]
260
261
} ,
261
262
{
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