DeepConvSep | Deep Convolutional Neural Networks for Musical Source | Machine Learning library

 by   MTG Python Version: Current License: AGPL-3.0

kandi X-RAY | DeepConvSep Summary

kandi X-RAY | DeepConvSep Summary

DeepConvSep is a Python library typically used in Artificial Intelligence, Machine Learning, Deep Learning, Pytorch, Neural Network applications. DeepConvSep has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. However DeepConvSep has 5 bugs. You can download it from GitHub.

Deep Convolutional Neural Networks for Musical Source Separation. This repository contains classes for data generation and preprocessing and feature computation, useful in training neural networks with large datasets that do not fit into memory. Additionally, you can find classes to query samples of instrument sounds from RWC instrument sound dataset. In the 'examples' folder you can find use cases for the classes above for the case of music source separation. We provide code for feature computation (STFT) and for training convolutional neural networks for music source separation: singing voice source separation with the dataset iKala dataset, for voice, bass, drums separation with DSD100 dataset, for bassoon, clarinet, saxophone, violin with Bach10 dataset. The later is a good example for training a neural network with instrument samples from the RWC instrument sound database RWC instrument sound dataset, when the original score is available. In the 'evaluation' folder you can find matlab code to evaluate the quality of separation, based on BSS eval. For training neural networks we use Lasagne and Theano. We provide code for separation using already trained models for different tasks.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              DeepConvSep has a low active ecosystem.
              It has 429 star(s) with 96 fork(s). There are 29 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 18 have been closed. On average issues are closed in 45 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of DeepConvSep is current.

            kandi-Quality Quality

              OutlinedDot
              DeepConvSep has 5 bugs (2 blocker, 0 critical, 0 major, 3 minor) and 879 code smells.

            kandi-Security Security

              DeepConvSep has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              DeepConvSep code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              DeepConvSep is licensed under the AGPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              DeepConvSep releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              DeepConvSep saves you 4585 person hours of effort in developing the same functionality from scratch.
              It has 9691 lines of code, 289 functions and 44 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed DeepConvSep and discovered the below as its top functions. This is intended to give you an instant insight into DeepConvSep implemented functionality, and help decide if they suit your requirements.
            • Train autoencoder
            • Filter a set of magnitudes according to the specification
            • Save model to file
            • Load model from file
            • Load a data file
            • Load tensor from file
            • Get shape from file
            • Loads allmix inputs and outputs
            • Update the path_transform_in
            • Get the feature size
            • Get the number of files in the dataset
            • Method to update the path
            • Gets the feature size
            • Call the main function
            • Enable default logging
            • Parse known arguments
            • Return the Parser instance
            • Add command parser
            • Parse command line arguments
            • Add an argument group
            • Add a mutually exclusive group
            • Calculate the mean of each batch
            • Get the maximum value of the batch
            • Return the standard deviation
            • Print help message
            Get all kandi verified functions for this library.

            DeepConvSep Key Features

            No Key Features are available at this moment for DeepConvSep.

            DeepConvSep Examples and Code Snippets

            No Code Snippets are available at this moment for DeepConvSep.

            Community Discussions

            QUESTION

            How would I adapt the file() function in Python2 to a Python3 function?
            Asked 2018-May-07 at 01:43
            Primary Issue

            I am currently trying to run this particular Github Project on my Mac OS. It was most certainly coded for a system running Python 2. However, I am running Python3 and I need to make a few modifications to the program. Most of these modifications work seamlessly, except for the one below.

            When I run the program with this command...

            ...

            ANSWER

            Answered 2018-May-07 at 01:43

            It seems that you've got at least two options:

            a) Replace the call to file(), with open() which is a built-in function in Python 3

            b) Learn how to use the immensely helpful venv (virtual python environment) and create a runtime environment for this project using an instance of a Python 2 interpreter.

            If you choose the former, you must specify that you're trying to read a binary file when you call open():

            Source https://stackoverflow.com/questions/49226243

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install DeepConvSep

            You can download it from GitHub.
            You can use DeepConvSep like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/MTG/DeepConvSep.git

          • CLI

            gh repo clone MTG/DeepConvSep

          • sshUrl

            git@github.com:MTG/DeepConvSep.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link