@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'