From d88088003fa4cdcca325e0280a51b9b9faaa5820 Mon Sep 17 00:00:00 2001 From: Soonhwan-Kwon Date: Wed, 12 Apr 2017 00:53:53 +0900 Subject: [PATCH] Debug error caused by missplaced import find_mxnet in googlenet --- example/image-classification/symbols/googlenet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example/image-classification/symbols/googlenet.py b/example/image-classification/symbols/googlenet.py index 052a6ecd8911..cc8c7adc6540 100644 --- a/example/image-classification/symbols/googlenet.py +++ b/example/image-classification/symbols/googlenet.py @@ -6,7 +6,6 @@ """ -import find_mxnet import mxnet as mx def ConvFactory(data, num_filter, kernel, stride=(1,1), pad=(0, 0), name=None, suffix=''):