Accuracy reported by caffe and pycaffe are different
Below is the train.Prototxt file that is used to train a pretrained model. name: "TempWLDNET" layer { name: "data" type: "ImageData" top: "data" top: "label" include { phase: TRAIN } transform_param { mirror: true crop_size: 224 mean_file: "mean.binaryproto" } image_data_param { source: "train.txt" batch_size: 25 new_height: 256 new_width: 256 } } layer { name: "data" type: "ImageData" top: "data" top: "label" include { phase: TEST } transform_param { mirror: false crop_size: 224 mean_file: "painmean.binaryproto" } image_data_param { source: "test.txt" batch_size: 25 new_height: 256 new_width: