You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see title, additionally, the one liner given in the README.md also results in:
>>> from openunmix import separate
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'separate' from 'openunmix' (/Users/benjamingenchel/.pyenv/versions/parts_order_3.11/lib/python3.11/site-packages/openunmix/__init__.py)
To Reproduce
Steps to reproduce the behavior:
pip install openunmix
in REPL or script, import openunmix
attempt to use Separator as in the documentation
attempt to use / run the one liner code
Expected behavior
as in the documentation, openunmix has a Separator class that can be used. Also you can import separate from openunmix as in the documentation.
Environment
Please add some information about your environment
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
Additional context
The text was updated successfully, but these errors were encountered:
🐛 Bug
see title, additionally, the one liner given in the README.md also results in:
To Reproduce
Steps to reproduce the behavior:
import openunmix
Expected behavior
as in the documentation, openunmix has a Separator class that can be used. Also you can import separate from openunmix as in the documentation.
Environment
Please add some information about your environment
If unsure you can paste the output from the pytorch environment collection script
(or fill out the checklist below manually).
You can get that script and run it with:
Additional context
The text was updated successfully, but these errors were encountered: