Skip to content

Commit

Permalink
Changed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Polezhaev Sergej committed Jun 22, 2020
1 parent 861acd0 commit 30e29cb
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions denoiser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"outputs": [],
"source": [
"! wget https://raw.githubusercontent.com/bruce-willis/Audio-denoiser/develop/src/training/config/voice_config.json"
"! wget https://raw.githubusercontent.com/speech-separation-hse/dl-course/master/training/config/voice_config.json"
]
},
{
Expand All @@ -173,7 +173,7 @@
},
"outputs": [],
"source": [
"config_path = \"/home/spolezhaev/spleeter/src/voice_config.json\""
"config_path = \"voice_config.json\""
]
},
{
Expand Down Expand Up @@ -280,18 +280,10 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 301
},
"colab_type": "code",
"id": "JDd0npNaKIRt",
"outputId": "286b920b-dafe-4aa2-a2b9-9ebcb75c24c6"
},
"metadata": {},
"outputs": [],
"source": [
"! wget https://github.com/bruce-willis/Audio-denoiser/raw/develop/src/training/p257_331.wav"
"!wget https://raw.githubusercontent.com/speech-separation-hse/dl-course/master/training/p257_331.wav"
]
},
{
Expand Down

0 comments on commit 30e29cb

Please sign in to comment.