From 974997d15f9d5a00455f6ceaee577c3234c0dd4f Mon Sep 17 00:00:00 2001 From: adventuresinML Date: Mon, 14 Aug 2017 18:28:07 +1000 Subject: [PATCH] Added "An introduction to TensorFlow queuing and threading" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b38ed9..aa29243 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ More info [here](http://tensorflow.org). * [TFRecords Guide](http://warmspringwinds.github.io/tensorflow/tf-slim/2016/12/21/tfrecords-guide/) semantic segmentation and handling the TFRecord file format. * [TensorFlow Android Guide](https://blog.mindorks.com/android-tensorflow-machine-learning-example-ff0e9b2654cc) - Android TensorFlow Machine Learning Example. * [TensorFlow Optimizations on Modern Intel® Architecture](https://software.intel.com/en-us/articles/tensorflow-optimizations-on-modern-intel-architecture) - Introduces TensorFlow optimizations on Intel® Xeon® and Intel® Xeon Phi™ processor-based platforms based on an Intel/Google collaboration. +* [An introduction to TensorFlow queuing and threading](http://adventuresinmachinelearning.com/introduction-tensorflow-queuing/) - Introduces queuing and threading concepts in TensorFlow, and how these can be used to create efficient input data pipelines