Skip to content

Commit

Permalink
update to BVLC/caffe@f28f5ae
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyetx committed Jul 3, 2016
1 parent 3c85204 commit 8ae65ef
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 770 deletions.
39 changes: 0 additions & 39 deletions include/caffe/util/hdf5.hpp

This file was deleted.

6 changes: 4 additions & 2 deletions src/caffe/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "caffe/common.hpp"
#include "caffe/util/rng.hpp"

#include <process.h>

namespace caffe {

// Make sure each thread can have different values.
Expand Down Expand Up @@ -45,8 +47,8 @@ void GlobalInit(int* pargc, char*** pargv) {
::gflags::ParseCommandLineFlags(pargc, pargv, true);
// Google logging.
::google::InitGoogleLogging(*(pargv)[0]);
// Provide a backtrace on segfault.
::google::InstallFailureSignalHandler();
//// Provide a backtrace on segfault.
//::google::InstallFailureSignalHandler();
}

#ifdef CPU_ONLY // CPU-only Caffe.
Expand Down
166 changes: 0 additions & 166 deletions src/caffe/layers/hdf5_data_layer.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions src/caffe/layers/hdf5_data_layer.cu

This file was deleted.

74 changes: 0 additions & 74 deletions src/caffe/layers/hdf5_output_layer.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions src/caffe/layers/hdf5_output_layer.cu

This file was deleted.

Loading

0 comments on commit 8ae65ef

Please sign in to comment.