Skip to content

Commit

Permalink
📝 add wandb to songstarter post
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed May 2, 2024
1 parent 874fd21 commit 1bf81ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions posts/training_musicgen_songstarter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@
"I tried a few different combos of batch size / segment duration to find what made sense for me. In the end, even though we trained on smaller samples, the model can still generate longer samples - at the cost (or benefit, depending who you ask) of the fact they are usually looping."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Training Metrics\n",
"\n",
"You can find the training metrics on WandB. Here's a link to the [run](https://wandb.ai/nateraw/musicgen-songstarter-v0.2/runs/63gh4l7m?nw=nwusernateraw) with all the metrics and hyperparameters. Metrics themselves aren't too useful, but figured I'd make them available.\n",
"\n",
"<iframe src=\"https://wandb.ai/nateraw/musicgen-songstarter-v0.2/reports/musicgen-songstarter-v0-2--Vmlldzo3Njg3OTE2\" style=\"border:none;height:1024px;width:100%\"></iframe>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 1bf81ef

Please sign in to comment.