Ethan Manilow
Ethan Manilow
Many MIDI files can contain more than one instrument track. I think there needs to be a plan for handling these types of files. Looking at [this function](https://github.com/DBraun/DawDreamer/blob/37bdb96035cc20124331c1637692665bce2b291d/Source/PluginProcessor.cpp#L365), it looks...
I would love a way to store a graph in a lightweight way for reproducibility. By lightweight, I mean perhaps an object that stores metadata on the graph topology, each...
We need to detach a tensor in the ["Signs of Healthy Training"](https://source-separation.github.io/tutorial/training/gradient_descent.html#signs-of-healthy-training) section on the Gradient Descent page. Here's the cell: fig, ax = plt.subplots(1, 2, figsize=(15, 5)) for j,...
Fixes #225
Removing MaskBase, SoftMask, BinaryMask, PrecisionRecallFScore, MaskSeparationBase & associated tests. Fixes #217
Merge all nussl 2.0 changes into this branch
Create a dataset that extends MixSrcFolder that only returns excerpt where a target source is salient.