I'm trying to get a custom GoogLeNet network put together under Digits3 that does batch normalization. I found an example caffe model and tweaked it up to use the same input layer as the default GoogLeNet in Digits (see attached), but I'm getting the following error when I hit the visualize button:
ParseError: 70:3 : Message type "caffe.LayerParameter" has no field named "bn_param".
Based on other posts that I've found, it looks like BN is supported in cuda 7.5/cudNN 4.5.
Can anyone help me out on this or point me to a solution?