зеркало из https://github.com/microsoft/caffe.git
This commit is contained in:
Родитель
92652b3732
Коммит
0d508d5b4f
|
@ -46,7 +46,7 @@ NVCC = nvcc ${CXXFLAGS:-fPIC=-Xcompiler -fPIC} $(CPPFLAGS) $(CUDA_ARCH)
|
|||
|
||||
all: $(NAME)
|
||||
|
||||
linecount:
|
||||
linecount: clean
|
||||
cloc --read-lang-def=caffeine.cloc caffeine/
|
||||
|
||||
test: $(TEST_NAME)
|
||||
|
|
|
@ -31,7 +31,7 @@ void GradientChecker<Dtype>::CheckGradient(Layer<Dtype>& layer,
|
|||
for (int blobid = 0; blobid < blobs_to_check.size(); ++blobid) {
|
||||
Blob<Dtype>* current_blob = blobs_to_check[blobid];
|
||||
//LOG(ERROR) << "Blob " << blobid << ": checking " << current_blob->count()
|
||||
<< " parameters.";
|
||||
// << " parameters.";
|
||||
// go through the values
|
||||
for (int feat_id = 0; feat_id < current_blob->count(); ++feat_id) {
|
||||
// First, obtain the original data
|
||||
|
|
Загрузка…
Ссылка в новой задаче