MatCaffe3 : a powerful matlab interface for caffe
authorRonghang Hu <huronghang@hotmail.com>
Thu, 21 May 2015 17:45:14 +0000 (01:45 +0800)
committerRonghang Hu <huronghang@hotmail.com>
Fri, 29 May 2015 05:21:25 +0000 (13:21 +0800)
commitee0c93137472981554ad30a766a1542cf155bf7b
tree17ab1c0b078fd887b32e3040ecf4e21e81a4a07f
parentb12c17104cd3446b876346ea8342ecec8551fab4
MatCaffe3 : a powerful matlab interface for caffe

Added matcaffe3, a powerful matlab interface. To test it, run 'make mattest'
20 files changed:
Makefile
matlab/+caffe/+test/test_net.m [new file with mode: 0644]
matlab/+caffe/+test/test_solver.m [new file with mode: 0644]
matlab/+caffe/Blob.m [new file with mode: 0644]
matlab/+caffe/Layer.m [new file with mode: 0644]
matlab/+caffe/Net.m [new file with mode: 0644]
matlab/+caffe/Solver.m [new file with mode: 0644]
matlab/+caffe/get_net.m [new file with mode: 0644]
matlab/+caffe/get_solver.m [new file with mode: 0644]
matlab/+caffe/io.m [new file with mode: 0644]
matlab/+caffe/private/CHECK.m [new file with mode: 0644]
matlab/+caffe/private/CHECK_FILE_EXIST.m [new file with mode: 0644]
matlab/+caffe/private/caffe_.cpp [new file with mode: 0644]
matlab/+caffe/private/is_valid_handle.m [new file with mode: 0644]
matlab/+caffe/reset.m [new file with mode: 0644]
matlab/+caffe/run_tests.m [new file with mode: 0644]
matlab/+caffe/set_device.m [new file with mode: 0644]
matlab/+caffe/set_mode_cpu.m [new file with mode: 0644]
matlab/+caffe/set_mode_gpu.m [new file with mode: 0644]
matlab/CMakeLists.txt