cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Add the neural network configuration file for GoogLeNet

Open beomyeol opened this issue 8 years ago • 1 comments

GoogLeNet, described in Going Deeper with Convolutions, is a 22 layer deep convolutional neural network that won in ILSVRC14 classification and detection. Like AlexNet, GoogLeNet also has been widely used in research related to computer vision and machine learning. Thus, we should add the neural network configuration file for GoogLeNet.

We can use GoogLeNet Caffe reference model as a reference while writing the neural network configuration for GoogLeNet.

beomyeol avatar Jun 24 '16 12:06 beomyeol

In order to support GoogLeNet, we should address DAG support (#573) first.

beomyeol avatar Jun 24 '16 12:06 beomyeol