Norman Heckscher

Results 7 comments of Norman Heckscher

MacBook Nvidia GPU isn't dedicated and shares resources with TensorFlow and the screen. I regularly have out of memory issues. Using mid 2012 rMBP with GeForce 650. Before running TensorFlow,...

Sorry @laventura I meant the Activity Monitor for OSX. If you go to CPU or Memory tabs where you can look for the running processes you can select "View>Columns>Graphics Card"...

@shivamkalra to parallelize backpropagation of gradients the colocate_gradients_with_ops flag should have been set to true. This should ensure that the gradient ops are run on the same device as the...

Can implement learning algorithm to learn the best decay rate? https://arxiv.org/abs/1606.04474

Looks like filesystem directory structure naming issue. Forward and backward slashes. "data/tinyshakespeare\input.txt" On Sat., 20 Oct. 2018, 13:22 probablyrei, wrote: > I received this error at first as well. I...

- I've pushed in some changes to a new branch. - Need to look further into the tf.contrib.seq2seq - I can't compare speed with older versions yet because TF1.0 from...

I slipped in a new --gpu_mem switch with a default use of 66% of GPU memory. I've found that this helps load the graph onto my limited 1GB share notebook...