anujshah1003 / Tensorboard-examples

This repository explains how to use tensorboard for various datasets
24 stars 18 forks source link

There is no output in http://localhost:6006/ #2

Open Abduoit opened 7 years ago

Abduoit commented 7 years ago

Hi, thx for your work but I have issue here, can u plz help me, I am using ubuntu

I did the following steps but there is no results, I also check that I have the files in folder log-1 I open browser localhost:6006 I go to EMBEDDING but there is no result

jesse@jesse-System-Product-Name:~/tensorflow/Tensorboard-examples$ python mnist-tensorboard-embeddings-1.py 
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally
Extracting /home/jesse/tensorflow/Tensorboard-examples/mnist-tensorboard/data/train-images-idx3-ubyte.gz
Extracting /home/jesse/tensorflow/Tensorboard-examples/mnist-tensorboard/data/train-labels-idx1-ubyte.gz
Extracting /home/jesse/tensorflow/Tensorboard-examples/mnist-tensorboard/data/t10k-images-idx3-ubyte.gz
Extracting /home/jesse/tensorflow/Tensorboard-examples/mnist-tensorboard/data/t10k-labels-idx1-ubyte.gz
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:910] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
I tensorflow/core/common_runtime/gpu/gpu_device.cc:885] Found device 0 with properties: 
name: GeForce GTX 1080
major: 6 minor: 1 memoryClockRate (GHz) 1.86
pciBusID 0000:01:00.0
Total memory: 7.92GiB
Free memory: 7.30GiB
I tensorflow/core/common_runtime/gpu/gpu_device.cc:906] DMA: 0 
I tensorflow/core/common_runtime/gpu/gpu_device.cc:916] 0:   Y 
I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 1080, pci bus id: 0000:01:00.0)
jesse@jesse-System-Product-Name:~$ tensorboard --logdir=/tensorflow/Tensorboard-examples/mnist-tensorboard/log-1
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally
Starting TensorBoard 41 on port 6006
(You can navigate to http://127.0.1.1:6006)
Abduoit commented 7 years ago

I figured it out I modified the pwd then it works now, thanks

jesse@jesse-System-Product-Name:~$ tensorboard --logdir /home/jesse/Tensorboard-examples/mnist-tensorboard/log-1