demucs/grids/mdx.py [17:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@MyExplorer
def explorer(launcher):
    launcher.slurm_(
        gpus=8,
        time=3 * 24 * 60,
        partition='learnlab')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



demucs/grids/mdx_extra.py [16:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@MyExplorer
def explorer(launcher):
    launcher.slurm_(
        gpus=8,
        time=3 * 24 * 60,
        partition='learnlab')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



