Skip to content

Commit

Permalink
Merge pull request #33 from jdlozanom/fix-notebook-generation-params
Browse files Browse the repository at this point in the history
Fix Colab co-composing variables
  • Loading branch information
mcleavey authored May 4, 2020
2 parents ac65c2a + e7220e0 commit b4dc344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jukebox/Interacting_with_Jukebox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"source": [
"# Set to True to load the previous checkpoint:\n",
"if False:\n",
" zs=t.load('zs-checkpoint.t') "
" zs=t.load('zs-checkpoint2.t') "
],
"execution_count": 0,
"outputs": []
Expand All @@ -684,7 +684,7 @@
},
"source": [
"continue_generation_in_seconds=4\n",
"tokens_to_sample = seconds_to_tokens(initial_generation_in_seconds, hps.sr, top_prior, chunk_size)"
"tokens_to_sample = seconds_to_tokens(continue_generation_in_seconds, hps.sr, top_prior, chunk_size)"
],
"execution_count": 0,
"outputs": []
Expand Down

0 comments on commit b4dc344

Please sign in to comment.