Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Nov 8, 2021
1 parent ea6b0e1 commit fbbce32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ but it will allow you to use Demucs without installing anything.

[Demucs on Google Colab](https://colab.research.google.com/drive/1dC9nVxk3V_VPjUADsnFu8EiT-xnU1tGH?usp=sharing)

## Web Demo

Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See demo: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/akhaliq/demucs)


## Separating tracks

In order to try Demucs, you can just run from any folder (as long as you properly installed it)
Expand Down
7 changes: 0 additions & 7 deletions demucs/grids/mdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ def explorer(launcher):
launcher(xp.argv)
launcher(xp.argv, {'quant.diffq': 1e-4})
launcher(xp.argv, {'quant.diffq': 3e-4})
if xp.cfg.model == 'hdemucs':
sub = launcher.bind({'dummy': 'repro2'})
sub(xp.argv)
sub(xp.argv, {'quant.diffq': 1e-4})
sub(xp.argv, {'quant.diffq': 3e-4})
else:
launcher(xp.argv, {'dummy': 'std'})
6 changes: 0 additions & 6 deletions demucs/grids/mdx_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ def explorer(launcher):
if dset == 'extra_test':
sub({'quant.diffq': 1e-4})
sub({'quant.diffq': 3e-4})
if xp.cfg.model == 'hdemucs':
sub = sub.bind({'dummy': 'repro2'})
sub()
if dset == 'extra_test':
sub({'quant.diffq': 1e-4})
sub({'quant.diffq': 3e-4})

0 comments on commit fbbce32

Please sign in to comment.