@@ -106,7 +106,8 @@ fixes some of the issues that `mir_eval` has. Some recent developments like
106106It has become increasingly common for researchers to release code accompanying
107107their research papers. In the era of deep learning, the trained models are also
108108sometimes released. Here is a non-exhaustive list of some recent open source
109- projects.
109+ projects. We have prioritized open source projects with code and downloadable
110+ trained models by the original authors of the research papers described.
110111
111112We will discuss some of these architectures in more detail in later sections,
112113but here we will provide some highlights and links to their Github repositories,
@@ -235,15 +236,15 @@ There are so many wonderful open source projects out there, and we would love to
235236do a deep dive into all of them. But there's only so much time, so we choose
236237` nussl ` and ` Scaper ` for a few reasons:
237238
238- - ** We believe that the combination of ` nussl ` +` Scaper ` provides a solid foundation
239- for all source separation projects.** We hope to convince you of the
240- utility of both of these projects as you work through this tutorial .
239+ - ** The combination of ` nussl ` +` Scaper ` provides a solid foundation
240+ for all source separation projects.** These projects provide solutions for
241+ networks, data, evaluation, and interaction all in one .
241242
242243- ** The lessons we will explore in these two projects extend beyond them.**
243244 There are many common themes and design patterns in this area of research,
244245 and as we progress you will start to see the themes again and again. We
245246 believe that ` nussl ` +` Scaper ` is a good way to explore these themes so that
246- you can understand _ any _ modern source separation system .
247+ you can understand the structure of modern source separation systems .
247248
248249- ** We are the primary developers for these projects.** We _ really_ understand
249250 these tools because, well, we built them! That means we are well equipped to
0 commit comments