I am a linux newcomer trying to set up tensorflow with GPU for Python on Pop!_os 20.04. I tried using the proposed Pop!_os apt packages for this but they didn't work for me.
After a lot of struggle on my own and possible apt pollution, I managed to install Tensorflow with CUDA and cuDNN by following this answer https://askubuntu.com/a/1251052
Although Python's tensorflow seems to properly recognize my GPU, right after importing the library I get this weird message:
Python 3.8.2 (default, Apr 27 2020, 15:53:34)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
Invalid MIT-MAGIC-COOKIE-1 key
>>>
Can someone tell me what this means or give me some clue on what should I do (maybe I can take that as a warning and live with it), please?
Not sure if this qualifies as an Ubuntu question but since I followed an Ubuntu guide to reach this point and Pop is Ubuntu-based it just felt right to ask here.
System info (advice on what to include/not include here next time is appreciated):
OS: Pop!_OS 20.04 LTS x86_64
Host: ERAZER X6807 MD61178 Standard
Kernel: 5.4.0-7634-generic
Packages: 2407 (dpkg)
Shell: bash 5.0.16
Resolution: 1920x1080
DE: GNOME
WM: Mutter
Terminal: gnome-terminal
CPU: Intel i7-8750H (12) @ 4.100GHz
GPU: Intel UHD Graphics 630
GPU: NVIDIA GeForce GTX 1060 Mobile
Memory: 15868MiB
Thanks in advance!
0 Answers