bug of weight and bias blob's naming
Created by: dccho
name of weight and bias blobs in conv layer are addition of layer's name with '_0' and '_1' It can be duplicated with other layer's name. for example, there are 'conv1' and 'conv1_1' layers. layer 'conv1_1' and bias of 'conv1', i.e. 'conv1_1' are duplicated and only one name is remained in json and bin file Better to use unique suffix for weight and bias blobs.