Results 1 to 10 of 594

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. 16-10-2020  #1

    Superstar DJ

    Credits
    2427
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,232
    Thanked in
    159 Posts
    @djtayz is something going on with Google Colab? The Multi-Genre 2.0 isn't converting. Multi-Genre NP and HP seem to be fine though.

    #FIFTH STEP - MULTI-GENRE 2.0

    !python multi-genre-secondgen.py --input "/content/drive/Evanescence - Wasted On You.flac" --gpu 0

    loading model... done
    loading wave source... Traceback (most recent call last):
    File "multi-genre-secondgen.py", line 104, in
    main()
    File "multi-genre-secondgen.py", line 39, in main
    args.input, args.sr, False, dtype=np.float32, res_type='kaiser_fast')
    File "/usr/local/lib/python3.6/dist-packages/librosa/core/audio.py", line 119, in load
    with audioread.audio_open(os.path.realpath(path)) as input_file:
    File "/usr/local/lib/python3.6/dist-packages/audioread/__init__.py", line 111, in audio_open
    return BackendClass(path)
    File "/usr/local/lib/python3.6/dist-packages/audioread/rawread.py", line 62, in __init__
    self._fh = open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/Evanescence - Wasted On You.flac'

  2. 16-10-2020  #2

    Executive Producer

    Credits
    3357
    Join Date
    Jun 2014
    Posts
    683
    Thanks Thanks Given 
    107
    Thanks Thanks Received 
    1,254
    Thanked in
    104 Posts
    Quote Originally Posted by NewAgeRipper View Post
    @djtayz is something going on with Google Colab? The Multi-Genre 2.0 isn't converting. Multi-Genre NP and HP seem to be fine though.

    #FIFTH STEP - MULTI-GENRE 2.0

    !python multi-genre-secondgen.py --input "/content/drive/Evanescence - Wasted On You.flac" --gpu 0

    loading model... done
    loading wave source... Traceback (most recent call last):
    File "multi-genre-secondgen.py", line 104, in
    main()
    File "multi-genre-secondgen.py", line 39, in main
    args.input, args.sr, False, dtype=np.float32, res_type='kaiser_fast')
    File "/usr/local/lib/python3.6/dist-packages/librosa/core/audio.py", line 119, in load
    with audioread.audio_open(os.path.realpath(path)) as input_file:
    File "/usr/local/lib/python3.6/dist-packages/audioread/__init__.py", line 111, in audio_open
    return BackendClass(path)
    File "/usr/local/lib/python3.6/dist-packages/audioread/rawread.py", line 62, in __init__
    self._fh = open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/Evanescence - Wasted On You.flac'
    As far as I can tell, it's something to do with the audio file, when you upload a song wait a couple of seconds before attempting to convert it, to give Colab time to update. Also try to rename it to a single word if it still doesn't work.

  3. 16-10-2020  #3

    Superstar DJ

    Credits
    2427
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,232
    Thanked in
    159 Posts
    Quote Originally Posted by djtayz View Post
    As far as I can tell, it's something to do with the audio file, when you upload a song wait a couple of seconds before attempting to convert it, to give Colab time to update. Also try to rename it to a single word if it still doesn't work.
    Lol, this happened with songs that were already uploaded for weeks. I tried it with several and same result.

  4. 16-10-2020  #4

    Superstar DJ

    Credits
    2427
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,232
    Thanked in
    159 Posts
    Quote Originally Posted by djtayz View Post
    As far as I can tell, it's something to do with the audio file, when you upload a song wait a couple of seconds before attempting to convert it, to give Colab time to update. Also try to rename it to a single word if it still doesn't work.
    I just set it all up as new again and it's working. Apparently I caused a corruption in the code string and didn't see it or know what it was. But working fine now.

  5. 17-10-2020  #5

    Executive Producer

    Credits
    3357
    Join Date
    Jun 2014
    Posts
    683
    Thanks Thanks Given 
    107
    Thanks Thanks Received 
    1,254
    Thanked in
    104 Posts
    Quote Originally Posted by NewAgeRipper View Post
    I just set it all up as new again and it's working. Apparently I caused a corruption in the code string and didn't see it or know what it was. But working fine now.
    Glad it's working. There is a way to set up a Colab project without the need of uploading files to your drive, you just open it, run the code, upload your song and then download it, after closing the project the files are deleted. I think it's better and it would be easier to update

  6. 17-10-2020  #6

    Superstar DJ

    Credits
    2427
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,232
    Thanked in
    159 Posts
    Quote Originally Posted by djtayz View Post
    Glad it's working. There is a way to set up a Colab project without the need of uploading files to your drive, you just open it, run the code, upload your song and then download it, after closing the project the files are deleted. I think it's better and it would be easier to update
    Yeah? Maybe you can show us.

Similar Threads

  1. Vocal Remover Plugin?
    By SonyMusic18 in forum Production & Technical Aid
    Replies: 2
    Last Post: 10-05-2017, 06:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •