Search found 2 matches

by rmaurice
Sun Mar 28, 2021 7:27 pm
Forum: Installation Support
Topic: Setting environment variables for Tensorflow (on Linux)
Replies: 6
Views: 13111

Re: Setting environment variables for Tensorflow (on Linux)

I had a similar problem on Windows. I was able to get it working by editing the hardcoded value in \lib\cli\launcher.py Thanks [mention]algeron[/mention]! Those are lines 61-62 of launcher.py: # Ensure tensorflow doesn't pin all threads to one core when using Math Kernel Library os.environ["TF...
by rmaurice
Thu Mar 25, 2021 11:45 pm
Forum: Installation Support
Topic: Setting environment variables for Tensorflow (on Linux)
Replies: 6
Views: 13111

Setting environment variables for Tensorflow (on Linux)

Hi, I seem to have trouble getting my small Nvidia GT710 card getting to do even menial work on Faceswap on Linux. My setup has been made today on Debian buster using the Linux install script as described on the Download page. The card is successfully detected as the drivers are properly installed. ...