caffe/tools
Jonathan L Long 31326a111b fix types of (Layer)SetUp, Reshape, Forward, and Backward calls
Using the type vector<Blob<Dtype*>* for outputs allows modification of
the vector itself, while it is only okay to modify the blobs pointed to
by the elements of the vector. Switching the types to const
vector<Blob<Dtype>*>& makes them more correct.
2014-09-19 16:04:37 -07:00
..
extra parse_log.sh adapted to new training log format + fixed typos and updated description 2014-08-31 16:15:20 +02:00
CMakeLists.txt restore .testbin extension, and move caffe_tool back to "caffe". 2014-08-17 01:18:00 -07:00
caffe.cpp fix types of (Layer)SetUp, Reshape, Forward, and Backward calls 2014-09-19 16:04:37 -07:00
compute_image_mean.cpp LICENSE governs the whole project so strip file headers 2014-08-06 18:35:29 -07:00
convert_imageset.cpp minor changes to variable names and error messages + set default backed in convert_mnist_data.cpp to lmdb 2014-08-31 14:05:51 +02:00
device_query.cpp fix deprecation warnings 2014-08-06 23:48:29 -07:00
dump_network.cpp LICENSE governs the whole project so strip file headers 2014-08-06 18:35:29 -07:00
extract_features.cpp LICENSE governs the whole project so strip file headers 2014-08-06 18:35:29 -07:00
finetune_net.cpp fix deprecation warnings 2014-08-06 23:48:29 -07:00
net_speed_benchmark.cpp fix deprecation warnings 2014-08-06 23:48:29 -07:00
test_net.cpp fix deprecation warnings 2014-08-06 23:48:29 -07:00
train_net.cpp revert tools/train_net.cpp to previous, depecated version 2014-09-01 14:51:59 -07:00
upgrade_net_proto_binary.cpp LICENSE governs the whole project so strip file headers 2014-08-06 18:35:29 -07:00
upgrade_net_proto_text.cpp upgrade net parameter data transformation fields automagically 2014-08-21 22:20:21 -07:00