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

avoid windows anaconda installation problems #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edstoica
Copy link

@edstoica edstoica commented Feb 7, 2022

as you know, a common scenario on windows for new users is a combination of:
anaconda + pythorch + cuda

but when installing the current releases of these from the websites, the stylegan installation fails and falls back to cpu.

for dealing with this, i suggest:
to change the "requirement" from cudatoolkit 11.1 to a "minimun" of 11.1.
so the 11.3 from the current pytorch gets accepted.

thank you.

as you know, a common scenario on windows for new users is a combination of:
anaconda + pythorch + cuda

but when installing the current releases of these from the websites, the stylegan installation fails and falls back to cpu.

for dealing with this, i suggest:
to change the "requirement" from cudatoolkit 11.1 to a "minimun" of 11.1.
so the 11.3 from the current pytorch gets accepted.

thank you.
@entmike
Copy link

entmike commented Feb 17, 2022

I don't think Nvidia typically takes pull requests but this is a good fix/workaround to highlight. Thank you.

@edstoica
Copy link
Author

hehe, guess you are right...
but it felt still logic to me, to point that out, since some friends of mine had troubles with installing on windows.

also I was curious what will happen ;)

PDillis added a commit to PDillis/stylegan3-fun that referenced this pull request Mar 28, 2022
… for correctly building conda env in Windows; update README; add models in gen_utils.py; general code linting
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

Successfully merging this pull request may close these issues.

None yet

2 participants