aqst
aqst
Hi I tried using pytorch-windows and changed a few lines in inference.py like this: ``` import torch_directml ... def proc_folder(args): ... if torch_directml.is_available(): print('DirectML is available, use --force_cpu to disable...
I tried changing that in mel_band_roformer.py but unfortunately I got the same error. I also saw [line 487](https://github.com/ZFTurbo/Music-Source-Separation-Training/blob/main/models/bs_roformer/bs_roformer.py#L487) of bs_roformer.py and I tried something similar to run that part on...