提交 992df014 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4285 from glouppe/fix-unicode-decode

[MRG] UnicodeDecodeError exceptions due to accents
...@@ -199,7 +199,7 @@ void col2im3d(const float* data_col, const int channels, ...@@ -199,7 +199,7 @@ void col2im3d(const float* data_col, const int channels,
// Theano op code // Theano op code
// Authors: Arjun Jain, Frédéric Bastien, Jan Schlüter, Nicolas Ballas // Authors: Arjun Jain, Frederic Bastien, Jan Schluter, Nicolas Ballas
// Reference code: https://github.com/BVLC/caffe/blob/master/src/caffe/layers/conv_layer.cu // Reference code: https://github.com/BVLC/caffe/blob/master/src/caffe/layers/conv_layer.cu
// and https://github.com/torch/cunn/blob/master/SpatialConvolutionMM.cu // and https://github.com/torch/cunn/blob/master/SpatialConvolutionMM.cu
// Adaptation for 3d // Adaptation for 3d
......
...@@ -158,7 +158,7 @@ void col2im(const float* data_col, const int channels, ...@@ -158,7 +158,7 @@ void col2im(const float* data_col, const int channels,
// Theano op code // Theano op code
// Authors: Arjun Jain, Frédéric Bastien, Jan Schlüter // Authors: Arjun Jain, Frederic Bastien, Jan Schluter
// Reference code: https://github.com/BVLC/caffe/blob/master/src/caffe/layers/conv_layer.cu // Reference code: https://github.com/BVLC/caffe/blob/master/src/caffe/layers/conv_layer.cu
// and https://github.com/torch/cunn/blob/master/SpatialConvolutionMM.cu // and https://github.com/torch/cunn/blob/master/SpatialConvolutionMM.cu
CudaNdarray* corrMM(CudaNdarray *const bottom, CudaNdarray* corrMM(CudaNdarray *const bottom,
...@@ -485,4 +485,3 @@ CudaNdarray* corrMM(CudaNdarray *const bottom, ...@@ -485,4 +485,3 @@ CudaNdarray* corrMM(CudaNdarray *const bottom,
// in here output is just aliased to one of bottom, weights, or top. // in here output is just aliased to one of bottom, weights, or top.
return output; return output;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论