From 9eb88d56ab6a9a361662d73a258593d8fbf10b62 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Tue, 17 Nov 2015 00:43:54 -0800 Subject: [PATCH] TensorFlow: remove googlenet modelfile from repo. It is 50MiB, which doesn't belong in git. It turns out there is a second copy of this graph in the android assets already too. That explains why the repo is so large. (Since we have not accepted external commits yet, we may consider rewriting the history to purge these files if the size of the repo is a concern). Base CL: 108016510