Skip to content

Commit

Permalink
Merge pull request facebookarchive#36 from vra/master
Browse files Browse the repository at this point in the history
add a space to diverge contents behind
  • Loading branch information
dutran committed Oct 12, 2015
2 parents ffccac0 + c574749 commit ace389f
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 ace389f

Please sign in to comment.