From 9c3043ff3bf31a6a81810b4ce9e87ef936f1f529 Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Fri, 20 Nov 2015 10:30:41 -0800 Subject: TensorFlow: Improve performance of Alexnet Changes: * error message that refers to removed `DefaultSession` method. * -Wnull-conversion warnings * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set. * typo in tutorial data download progress message. * a typo ("however their installing"=>"however installing"). * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website. * a typo ("subtact"=>"subtract"). * protobuf examples in comments in tensorflow::Example.proto. * formula formatting in MNIST beginner tutorial * negative fraction-of-queue-full stats * protobuf inclusion path so that Android demo will build under Blaze. * small typo (moderatly > moderately) * Session.run() to check that tensor arguments come from the session's graph. * another six import * seq2seq typo in bazel command Base CL: 108349164 --- ACKNOWLEDGMENTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACKNOWLEDGMENTS') diff --git a/ACKNOWLEDGMENTS b/ACKNOWLEDGMENTS index 4d0bf245f8..7eb20334c4 100644 --- a/ACKNOWLEDGMENTS +++ b/ACKNOWLEDGMENTS @@ -1,4 +1,4 @@ -Some of TensorFlow's code is derived from Caffe, which is subject to the following copyright notice: +## Some of TensorFlow's code is derived from Caffe, which is subject to the following copyright notice: COPYRIGHT -- cgit v1.2.3