-
Notifications
You must be signed in to change notification settings - Fork 345
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
Windows 10 help #38
Comments
check out my PR repo for Windows 10 |
fused_bias_act.cu
Hi can you help me with this error: fused_bias_act.cu |
Install Microsoft Visual Studio 17 and set the path on your system
…On Sun, Jan 17, 2021, 6:49 PM videoprice ***@***.***> wrote:
fused_bias_act.cu
W:/AISCRIPT/StyleFlow-Windows-10-master/dnnlib/tflib/ops/fused_bias_act.cu(9):
fatal error C1083: Cannot open include file:
'tensorflow/core/framework/op.h': No such file or directory
Hello, I saw this on Two Minute Papers and was very interested in trying
it out.
1. Is there a prebuilt binary for Windows? Most average people don't
use linux/unix. It would allow many more people to experience this work in
a platform they already run.
2. What is xhost? This doesn't seem like an existing command on
Windows. Searching this shows up as valid commands in cygwin. Is the build
only for *nix environments?
3. The documentation says an Nvidia Docker installation is required.
https://github.com/NVIDIA/nvidia-docker according to this, Windows
version does not exist. How are other people building this for Windows then?
Thanks!
check out my PR repo for Windows 10
Hi can you help me with this error:
fused_bias_act.cu
W:/AISCRIPT/StyleFlow-Windows-10-master/dnnlib/tflib/ops/fused_bias_act.cu(9):
fatal error C1083: Cannot open include file:
'tensorflow/core/framework/op.h': No such file or directory
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIDVKQZYM3QRMKZRODTJPITS2LPW3ANCNFSM4WFSLJPA>
.
|
Thanks a lot. It's already installed and path is set, but have this error. Here is full log: (styleflow5) PS W:\AISCRIPT\StyleFlow-Windows-10-master> python main.py nvcc "W:\AISCRIPT\StyleFlow-Windows-10-master\dnnlib\tflib\ops\fused_bias_act.cu" --preprocess -o "C:\Users\video\AppData\Local\Temp\tmpcvbgwypq\fused_bias_act_tmp.cu" --keep --keep-dir "C:\Users\video\AppData\Local\Temp\tmpcvbgwypq" --disable-warnings --include-path "C:\Users\video\MiniConda3\envs\styleflow5\lib\site-packages\tensorflow_core\include" --include-path "C:\Users\video\MiniConda3\envs\styleflow5\lib\site-packages\tensorflow_core\include\external\protobuf_archive\src" --include-path "C:\Users\video\MiniConda3\envs\styleflow5\lib\site-packages\tensorflow_core\include\external\com_google_absl" --include-path "C:\Users\video\MiniConda3\envs\styleflow5\lib\site-packages\tensorflow_core\include\external\eigen_archive" --compiler-bindir "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.10.25017/bin/HostX64/x64" 2>&1 fused_bias_act.cu |
Finaly, I run this script. Problem is : Need to install tensorflow 1.14 not 1.15 |
Exactly as mentionned in https://github.com/NVlabs/stylegan2 :
|
Any way to get this to run on a 3090? seems like nether the local install nor docker recognizes the 3090 GPU. I am not an expert though.. so maybe I am missing something. |
@dmalyavin Look at this issue about RTX 3080, you might find a solution : #34 |
Can we just use pretrained model without GPU on windows 10? |
Everything went as you said. But after the ui is turned on, this error occurs .. Traceback (most recent call last): |
Hello, I saw this on Two Minute Papers and was very interested in trying it out.
Thanks!
The text was updated successfully, but these errors were encountered: