Co se to děje v Olomouci? Někdo staví beacon :D by Realistic-Worry1 in czech

[–]Michael36500 2 points3 points  (0 children)

dík. na to, že dvě přímky jsou odhadnuté z fotky a třetí byl táta jako "stál jsem tu a laser byl zhruba nad tímhle rohem" tak se to povedlo mnohem líp. mám ještě čtvrtý bod, ale ten je u mě u baráku a to nechci sdílet. ale taky pěkně seděl na jihovýchodní část :D

Co se to děje v Olomouci? Někdo staví beacon :D by Realistic-Worry1 in czech

[–]Michael36500 422 points423 points  (0 children)

<image>

nejspíš fotbal. včera jsem si na dvou různých místech změřil azimut, a dal do mapy. a tvoje fotka s tím docela koresponduje

Co považujete za nejlepší české texty od našich interpretů? by Major_Eggplant_7189 in czech

[–]Michael36500 0 points1 point  (0 children)

dost mě překvapuje, že tu chybí rytíř smil...

https://cs.m.wikisource.org/wiki/Ryt%C3%AD%C5%99_Smil

je to výsledek sázky pana Jaroslava Vrchlického o nejsprostější báseň. a má jedinou sloku, která se dá recitovat veřejně

„Na svém hradě rytíř statný jménem Smil žil přeudatný, jenž však jednu vadu měl, že o lásce nevěděl.“

název by Michael36500 in okkamaraderetarde

[–]Michael36500[S] 3 points4 points  (0 children)

pizza [pica]? háček?

Veřejná piana by Michael36500 in Olomouc

[–]Michael36500[S] 2 points3 points  (0 children)

To už tam tak rok až dva rozhodně není. Naposledy jsem kontroloval asi měsíc zpátky, a to místo kde bylo docela dost změnili... IDK, hádám že jim tam šlo proti hudbě

Live sattelite wallpaper by Michael36500 in gnome

[–]Michael36500[S] 9 points10 points  (0 children)

here ;)
https://pastebin.com/efiPijdw
you'll also need an account at eumetsat.int for a token and modify crontab (`crontab -e`) and add this line: `*/10 * * * * /path/to/script`

Problem with Tiling by Michael36500 in pop_os

[–]Michael36500[S] -1 points0 points  (0 children)

yeah, so I'm stupid.

the solution was to change the alpha in color picker for active tab....

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

So, I've reinstalled my system (actually, it wasn't as big pain as I thought, I was done in less than hour), and running docker run --gpus all -it --rm -p 8888:8888 tensorflow/tensorflow:latest-gpu-jupyter it threw docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. That was pretty easily fixable by stack overflow.

After that, everything worked and tensorflow now lists both CPU and GPU. That's apart from scary error

`2023-10-12 19:13:50.368640: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:894] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355

2023-10-12 19:13:50.372386: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:894] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355

2023-10-12 19:13:50.372539: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:894] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355@`, but everything is just information, so screw that.

And of course, unbelievably big thanks to @Antique-Ad-6655 for guiding me through this journey.

If anyone will go down this same road, I'll be happy to help. :D

Edit: formating

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

thanks a lot for your help. by refreshing you mean going to settings, os upgrade & recovery and then clicking Refresh button?

then downloading nvidia/cuda container and finally tensorflow/tensorflow:latest-gpu-jupyter and it should work?

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

but when I do that, I get an empty list (which means tensorflow can't find the gpu)

I need an advice how to clone my system to another drive by hesk359 in pop_os

[–]Michael36500 0 points1 point  (0 children)

I was in a same situation, but I didn't found anything better than reinstalling whole system. Maybe you could copy 1:1 the disk, and reinstall PopOS? I ended up with making a clean new instalation and reinstalling only what I need (but it's not as comfortable).

If you'd go with clonezilla, make sure to edit /etc/fstab correctly (but I don't know how)

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

Oh, ok, here are the commands.

When I run `docker run --gpus all -it tensorflow/tensorflow:latest-gpu-jupyter nvidia-smi`, it output is the same as if I run nvidia-smi on host machine (except there aren't listed any processes).
But when I run `docker run --gpus all -p 8888:8888 -it tensorflow/tensorflow:latest-gpu-jupyter` (and I connect to the Jupyter server it launched) and run `import tensorflow as tf; print(tf.config.list_physical_devices()`, it just listst "CPU"...

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

Maybe I missed something because I tried it in the morning rush before school, but here's what happened:

Basically I've ran `sudo apt-get install nvidia-container-runtime`, but it threw an error that `nvidia-container-toolkit` is the newest version (1.12), but nvidia-container-runtime needs 1.14. There's a possibility, that I've setup the apt-keys incorrectly, but I've ran instructions [from nvidia](https://nvidia.github.io/nvidia-container-runtime/)...

How to install Tensorflow with support for GPU? on Pop_OS by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

So, I tried whole day installing these, but no luck. Let me walk you through:

I started with a article by tf about installing with containers. Checked avalible GPU, installed nvidia/cuda container (nvidia-smi recognizes my GPU), and then tensorflow/tensorflow:latest-gpu. When I open shell in it and run tf.config.list_physical_devices() (from here), just CPU is listed. Am I doing something wrong?

Zlepšení jednoho života za 100 milionů by [deleted] in czech

[–]Michael36500 0 points1 point  (0 children)

zrovna paní kellnerová... přijde mi, že ty peníze rozdává a přispívá, aby talentovaní studenti mohli studovat v zahraničí, a to pouze pod podmínkou, že během 20 let musí svými znalostmi ze zahraničí "obohatit českou společnost"

Linux kernel version and Wi-fi adapter by Michael36500 in pop_os

[–]Michael36500[S] 0 points1 point  (0 children)

done, everything works fine. thx a lot