Skip to content

Commit

Permalink
week-update-1114 (#64)
Browse files Browse the repository at this point in the history
* ig-paddledetection

* exp_metadata

* example-audio
  • Loading branch information
Zeyi-Lin authored Nov 13, 2024
1 parent 11ceb3a commit 75d18e1
Show file tree
Hide file tree
Showing 14 changed files with 860 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function sidebarGuideCloud(): DefaultTheme.SidebarItem[] {
{ text: '结束一个实验', link: 'experiment_track/finish-experiment' },
{ text: '用Jupyter Notebook跟踪实验', link: 'experiment_track/jupyter-notebook' },
{ text: '限制与性能', link: 'experiment_track/limit-and-performance' },
{ text: '实验元数据', link: 'experiment_track/experiment-metadata' },
{ text: 'FAQ', link: 'experiment_track/FAQ' },
]
},
Expand Down Expand Up @@ -159,6 +160,7 @@ function sidebarGuideCloud(): DefaultTheme.SidebarItem[] {
{ text: 'MMSegmentation', link: 'integration/integration-mmsegmentation' },
{ text: 'OpenAI', link: 'integration/integration-openai' },
{ text: 'Omegaconf', link: 'integration/integration-omegaconf' },
{ text: 'PaddleDetection', link: 'integration/integration-paddledetection' },
{ text: 'PaddleYOLO', link: 'integration/integration-paddleyolo' },
{ text: 'PyTorch', link: 'integration/integration-pytorch' },
{ text: 'PyTorch Lightning', link: 'integration/integration-pytorch-lightning' },
Expand Down Expand Up @@ -214,6 +216,13 @@ function sidebarExamples(): DefaultTheme.SidebarItem[] {
{ text: 'LLM预训练', link: 'pretrain_llm' },
]
},
{
text: '音频',
// collapsed: false,
items: [
{ text: '音频分类', link: 'audio_classification' },
]
},
{
text: '时间序列',
// collapsed: false,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ig-paddledetection-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 75d18e1

Please sign in to comment.