Search found 5 matches

by blessedcoolant
Mon Aug 31, 2020 1:10 am
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12062

Re: Default MaxPoolingOp only supports NHWC on device type CPU

So my next guess would be your GPU is just not supported by Tensorflow 2.x See here for checking and possible solutions: https://forum.faceswap.dev/viewtopic.php?p=3183#p3183 So this actually enabled me to debug my problem. Unlike the OP, I do have a compatible GPU. But while checking if I was, I r...
by blessedcoolant
Fri Aug 28, 2020 1:23 am
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12062

Re: problems with extract

Nope. A fresh install does not work either. There is no CUDA version installed globally. The faceswap installer setup runs without any errors. Yet the same error pops up. And that too only on Extract.

by blessedcoolant
Fri Aug 28, 2020 12:37 am
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12062

Re: problems with extract

Ok. You can choose not to remove Cuda, but you'll remain stuck in CPU mode. Up to you. Conda hasn't released Tensorflow 2.2. for Windows yet, so it's installed with pip. It's compiled for Cuda version 10.2 which exists inside your Conda environment, but it's picking up your global 11.0 version. So....
by blessedcoolant
Fri Aug 28, 2020 12:27 am
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12062

Re: problems with extract

All of those were fixed by following the directions. You need to remove the System CUDA, update your Nvidia driver and reinstall Faceswap and it'll work fine. Thing is, I do not use the installer. I manually setup mine ages ago with a bunch of customized changes. It worked perfectly fine until my l...
by blessedcoolant
Thu Aug 27, 2020 10:58 pm
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12062

Re: problems with extract

Remove your system installed Cuda and try again. I don't think this is an issue with the CUDA installation. The other modules that utilized the installed CUDA Toolkit are working perfectly fine. It's just the extract module that is throwing these errors out. I've tried reinstalling CUDA and even de...