index
:
platform/upstream/caffe
master
tizen
tizen_5.5
upstream/1.0
upstream/master
upstream/master-freeze
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
matlab
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-23
show Caffe's version from MatCaffe
Ronghang Hu
2
-0
/
+15
2015-10-17
Merge pull request #3116 from ronghanghu/solver-refactor
Evan Shelhamer
1
-1
/
+4
2015-10-16
Add automatic upgrade for solver type
Ronghang Hu
1
-1
/
+4
2015-10-16
Test reading and writing mean proto in matlab
Ronghang Hu
2
-1
/
+20
2015-10-13
Update store2hdf5.m
Alessandro Giusti
1
-2
/
+2
2015-10-05
Add a caffe.io.write_mean function to the MATLAB interface
zoharby
2
-0
/
+32
2015-09-01
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Darren Garvey
1
-2
/
+2
2015-05-30
Update ilsvrc_2012_mean.mat to W x H x C, update demo and add comments
Ronghang Hu
3
-32
/
+42
2015-05-29
More tests for Blob, Layer, copy_from and step, fix some typos
Ronghang Hu
6
-4
/
+31
2015-05-29
Move demo to demo/ and check weights file existence
Ronghang Hu
1
-7
/
+20
2015-05-29
Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_all
Ronghang Hu
17
-880
/
+55
2015-05-29
Aesthetic changes on code style and some minor fix
Ronghang Hu
10
-105
/
+113
2015-05-29
Fix matlab tailing dimension 1 issue for shape match
Ronghang Hu
14
-18
/
+22
2015-05-29
MatCaffe3 : a powerful matlab interface for caffe
Ronghang Hu
19
-0
/
+1120
2015-05-14
Update docs for ND blobs (#1970) and layer type is a string (#1694)
Jeff Donahue
1
-2
/
+2
2015-02-24
fixed matcaffe printout to specify num of args (now including train/test phase)
forresti
1
-1
/
+1
2015-02-19
Merge pull request #1899 from philkr/project_source_dir
Evan Shelhamer
1
-1
/
+1
2015-02-18
Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR
philkr
1
-1
/
+1
2015-02-17
[matcaffe] give phase to Net
Evan Shelhamer
2
-17
/
+15
2015-02-16
cmake 2.8.7. support
Anatoly Baksheev
1
-1
/
+1
2015-02-16
improve CMake build
Anatoly Baksheev
1
-1
/
+72
2015-02-02
add space after "Loading mean file from"
Jeff Donahue
1
-1
/
+1
2015-01-25
Merge pull request #1746 from dj1989/mat_hdf5_demo
Evan Shelhamer
3
-0
/
+125
2015-01-22
fix bugs by adding const
Xianjie Chen
1
-3
/
+3
2015-01-17
Matlab demo for Caffe-compatible HDF5 read/write
Dinesh Jayaraman
3
-0
/
+125
2014-11-05
Prevent Matlab on OS X from crashing on error
Daniel Golden
1
-25
/
+46
2014-10-02
[fix] lint causing travis failures
Jeff Donahue
1
-1
/
+1
2014-10-02
Merge pull request #951 from gcinbis/patch-1
Evan Shelhamer
1
-0
/
+1
2014-09-24
added a Matlab demo with mean BGR pixel subtraction instead of the mean image...
Karen Simonyan
1
-0
/
+102
2014-09-23
RGB -> BGR in the matlab demo
Karen Simonyan
1
-4
/
+5
2014-09-22
added example usage to the Matlab script
Karen Simonyan
1
-8
/
+17
2014-09-22
added comments to the Matlab demo script
Karen Simonyan
1
-35
/
+12
2014-09-22
added matcaffe_demo for the VGG models (RGB input)
Karen Simonyan
1
-0
/
+109
2014-09-04
removed mention of getting_pretrained_models page and old paths
Sergey Karayev
2
-4
/
+3
2014-08-20
Lock the mex file to avoid Matlab crashes.
R. Gokberk Cinbis
1
-0
/
+1
2014-08-17
cmake build system
Adam Kosiorek
1
-0
/
+1
2014-08-09
Merge pull request #888 from ronghanghu/matcaffe-add-check
Sergio Guadarrama
1
-0
/
+4
2014-08-08
add necessary input checks for matcaffe
Ronghang Hu
1
-0
/
+4
2014-08-06
Painless binary mean conversion to matlab matrices.
Alireza Shafaei
1
-0
/
+26
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-1
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-0
/
+1
2014-08-01
fix compiler complaint in matcaffe
qipeng
1
-1
/
+1
2014-07-03
replace all memcpy by caffe_copy
Evan Shelhamer
1
-20
/
+18
2014-07-03
switch to unified virtual addressing CUDA memcpy
Evan Shelhamer
1
-5
/
+5
2014-04-22
add caffe/random_fn lint rule to check for use of rand, rand_r, random
Jeff Donahue
1
-1
/
+1
2014-03-31
Removed empty space, verified lint
Sergio Guadarrama
1
-1
/
+1
2014-03-31
Added default values to matcaffe_batch for testing
Sergio Guadarrama
1
-1
/
+7
2014-03-31
Added matcaffe_init to easy reuse of caffe initialization
Sergio Guadarrama
3
-55
/
+54
2014-03-31
Created reset command and changed END to NULL again
Sergio Guadarrama
1
-3
/
+4
2014-03-31
Added prints to matcaffe_demo stages
sguada
1
-1
/
+7
[next]