Skip to content
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

It is possible to separate a music track with this model on a computer with an Intel CPU without an Nvidia GPU, with or without OpenVINO #40

Open
insinfo opened this issue Dec 3, 2022 · 1 comment

Comments

@insinfo
Copy link

insinfo commented Dec 3, 2022

It is possible to separate a music track with this model on a computer with an Intel CPU without an Nvidia GPU, with or without OpenVINO

@Zokhoi
Copy link
Collaborator

Zokhoi commented Dec 6, 2022

This repo (mdx-net) contains only the code for training the models, this issue might fit better in the repo that contains the models.

If using the repo that contains the models, it defaults to using CPU.

In some versions of onnxruntime it might throw an error to specify the provider to use in predict_blend.py ort.InferenceSession(). In this case you are using only the CPU to separate the tracks, so it should be edited to

_ort = ort.InferenceSession(f'{onnx_name}/{model.target_name}.onnx', providers=['CPUExecutionProvider'])

As with OpenVINO, I don't think the code have used that toolkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants