Jimin Jun
Jimin Jun
> I'm not the author but the way I did it was I used the recipe scripts in the [asteroid](https://github.com/asteroid-team/asteroid) project as a guide to preprocessing data and setting up...
> Sure. If I can answer it and the author can't get to it, I'll try to help. currently I finished run '_run.sh_' in asteroid/dns-challenge/baseline to train baseline. And now...
> That's basically what I do. I run each "stage" manually, without a "_run.sh_" script but I do run my own "_train.py_" script (based on the baseline version) that runs...
> > if I want to train, with modified own train.py run stage 2? > > Yes. You can use the baseline _train.py_ as a template. > > > where...