}

Tensorflow Index Page 1

RTX 2080 Ti TensorFlow GPU benchmarks: The best GPU of 2018

In this short blog post we are going to show benchmarking results of the latest RTX 2080ti. We also will try to answer the question if the 2080ti is the best GPU for deep learning in 2018? We found that the 2080ti is 27% faster then the 1080ti on FP32 benchmarks. For FP16 the 2080ti is 38% better. The 2080ti is 25% more expensive than than the 1080ti.

Tensorflow Index Page 1

Tensorflow: tensorboard command AttributeError logdir

tensorboard raises AttributeError: 'NoneType' object has no attribute 'logdir', solution is to update or use the --logdir parameter.

Tensorflow Index Page 1

Tensorflow: rnn_cell has no BasicLSTMCell

BasicLSTMCell: AttributeError: 'module' object has no attribute 'BasicLSTMCell'.

Tensorflow Index Page 1

Tensorflow: Issue with tf.one_hot() in 0.12.0 in GPU mode (CUDA_ERROR_ILLEGAL_ADDRESS) Windows

Tensorflow error when using CUDA on windows: Error polling for event status: failed to query event: CUDA_ERROR_ILLEGAL_ADDRESS Kernel died. First try to upgrade to the latest version of tensorflow or check here how to monkeypatch the library using python.

Tensorflow Index Page 1

Tensorflow: Error when trying to import tensorflow: libcudnn.so.5: No such file or directory

Solution to the error "ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory" on linux -> sudo ldconfig /usr/local/cuda/lib64. Check here for more details and more information.

Tensorflow Index Page 1

[SOLVED] Tensor flow compilation error: no such package '@local_config_cuda//cuda'

if when you compile tensorflow you get the error "no such package '@local_config_cuda//cuda'" downgrade bazel to 0.5.2. Check here the steps to fix this error.