-
Notifications
You must be signed in to change notification settings - Fork 27
Unable to install the repo and potential limitation for windows users #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm also having this issue Error 1
Error 2
|
Hi all, It seems too many users have downloaded via git-lfs. About windows error, we encountered the same issue, and tbh we have not solved that issue. Anyway I will look into it sooner or later. Currently I am working on other projects, but I will address these issues asap. |
Per this comment, the |
I have previously been able to get it working and still have the repo that I used at that time. I'll get back to you if I spot any interesting/breaking differences. |
UPDATE!
|
Here is the output after a fresh miniconda install, of the successful runs from windows anaconda prompt: (mdx-submit) F:\mdx-net-submission>python test.py
F:\mdx-net-submission/data/test/Mu - Too Bright\mixture.wav
Mixture file is present at following location: F:\mdx-net-submission/data/test/Mu - Too Bright\mixture.wav
F:\mdx-net-submission/data/test/Mu - Too Bright\mixture.wav: prediction completed.
Successfully generated predictions! (mdx-submit) F:\mdx-net-submission>python predict_blend.py
F:\mdx-net-submission/data/test/Mu - Too Bright\mixture.wav
2.300908327102661
F:\mdx-net-submission\predict_blend.py:50: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_new.cpp:204.)
mix_waves = torch.tensor(mix_waves, dtype=torch.float32)
C:\Users\MDX-Debugger\.conda\envs\mdx-submit\lib\site-packages\torch\functional.py:606: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\SpectralOps.cpp:803.)
return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined]
F:\mdx-net-submission\models.py:154: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\SpectralOps.cpp:979.)
x = torch.istft(x, n_fft=self.n_fft, hop_length=self.hop, window=self.window, center=True)
7.308706283569336
Successfully completed music demixing... Please be aware, I noticed that both scripts are messing with the type of slash used to represent a directory. This didn't cause any issues for me when running the current scripts, but might cause issues developers using windows. Using powershell instead of cmd.exe could serve as a workaround for that because PS understands both and linux directory syntax. PS: The code above is highlighted as powershell syntax. |
Until the Pull Request is merged, windows users can manually edit their files like this: |
Thank you very much for you work and congratulation for your position in the ISMIR 2021 challenge.
signal.SIGALRM
with thetime_limit(seconds)
function in themusic_demixing.py
source code. But this method do not work with the Windows OS. See the question on StackoverflowIn all case, thank you very much for all your great work.
The text was updated successfully, but these errors were encountered: