|
@@ -119,7 +119,9 @@
|
|
|
"source": [
|
|
|
"Generally in life, you set your device to \"cuda\" and are happy. \n",
|
|
|
"\n",
|
|
|
- "However, sometimes you want to compensate for things and set it to `cuda:7` to tell the system but even more-so the world that you have 8 GPUS:"
|
|
|
+ "However, sometimes you want to compensate for things and set it to `cuda:7` to tell the system but even more-so the world that you have 8 GPUS.\n",
|
|
|
+ "\n",
|
|
|
+ "Jokes aside please set `device = \"cuda\"` below if you're using a single GPU node."
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -289,7 +291,7 @@
|
|
|
"source": [
|
|
|
"import pickle\n",
|
|
|
"\n",
|
|
|
- "with open('./podcast_ready_data.pkl', 'rb') as file:\n",
|
|
|
+ "with open('./resources/podcast_ready_data.pkl', 'rb') as file:\n",
|
|
|
" PODCAST_TEXT = pickle.load(file)"
|
|
|
]
|
|
|
},
|
|
@@ -631,7 +633,7 @@
|
|
|
}
|
|
|
],
|
|
|
"source": [
|
|
|
- "final_audio.export(\"_podcast.mp3\", \n",
|
|
|
+ "final_audio.export(\"./resources/_podcast.mp3\", \n",
|
|
|
" format=\"mp3\", \n",
|
|
|
" bitrate=\"192k\",\n",
|
|
|
" parameters=[\"-q:a\", \"0\"])"
|