Skip to content

Commit

Permalink
add a space to diverge contents behind
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunfeng Wang committed Oct 11, 2015
1 parent ffccac0 commit c574749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/layers/video_data_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void VideoDataLayer<Dtype>::SetUp(const vector<Blob<Dtype>*>& bottom,
// check if we want to have mean
if (this->layer_param_.image_data_param().has_mean_file()) {
const string& mean_file = this->layer_param_.image_data_param().mean_file();
LOG(INFO) << "Loading mean file from" << mean_file;
LOG(INFO) << "Loading mean file from " << mean_file;
BlobProto blob_proto;
ReadProtoFromBinaryFileOrDie(mean_file.c_str(), &blob_proto);
data_mean_.FromProto(blob_proto);
Expand Down

0 comments on commit c574749

Please sign in to comment.