You are not logged in.
Pages: 1
Hello, I am currently learning to work with tensorflow.
To better understand it I want to display some graphs with the tensorboard utility.
Unfortunately I can't find this on my system. I don't understand the arch repositories and pacman completely. I installed tensorflow via
sudo pacman -S tensorflowBut it did not install tensorboard with it: https://www.archlinux.org/packages/comm … nsorboard/
How can I get the files specified through that link on my computer?
Last edited by Cinbu (2017-09-05 09:54:26)
Offline
The tensorboard package is a seperate package to tensorflow, just install it with pacman like anything else in the repos..
Last edited by Slithery (2017-09-04 20:57:54)
Offline
I am sorry, I found the mistake. And it is quite a simple one. The tensorboard pkg was added quite recently, a lot later than the tensorflow package. After updating pacman it found tensorboard. I didn't consider that as I could install tensorflow without problems.
Offline
Pages: 1