Wave-U-Net
Wave-U-Net copied to clipboard
KeyError: 'brand'
(yinpin) c:\download\Wave-U-Net-master>python Predict.py with cfg.full_multi_instrument model_path="checkpoints/full_multi_instrument/full_multi_instrument-134067" input_path="/mnt/medien/Daniel/Music/Dark Passion Play/Nightwish - Bye Bye Beautiful.mp3" output_path="/home/daniel"
Training multi-instrument separation with best model
Traceback (most recent call last):
File "Predict.py", line 14, in
lib/site-packages/sacred/host_info.py line 159,
return cpuinfo.get_cpu_info()['brand'] -> return cpuinfo.get_cpu_info()['brand_raw']
Looks like an issue with sacred, did you make sure you have sacred==0.7.3 installed as defined in the requirements.txt?