Evan Shelhamer
2f7fbfa9e4
groom power_wrapper flags
2014-01-24 20:52:38 -08:00
Evan Shelhamer
e7fc77b389
python lint
2014-01-24 20:52:38 -08:00
Evan Shelhamer
7b1e2793b5
ignore distribute dir
2014-01-24 16:18:17 -08:00
Evan Shelhamer
eafd6950bc
give batch size efficiency advice
2014-01-23 22:31:29 -08:00
Evan Shelhamer
96da93c8a6
default power_wrapper batch size to 10 ( aeca741a69
cont'd)
...
default command line arg and function arg to 10
remove global BATCH_SIZE in favor of arg
2014-01-23 22:31:29 -08:00
Yangqing Jia
f17cfa00f8
Merge pull request #51 from sguada/solver_test
...
Do snapshot after computing loss and test accuracy
2014-01-23 18:09:43 -08:00
Sergio Guadarrama
313cc84932
Do snapshot after computing loss and test accuracy
2014-01-23 17:52:27 -08:00
Evan Shelhamer
ed4e2009cf
include install notes
2014-01-21 18:50:07 -08:00
Evan Shelhamer
b07b3c2004
include intro, license, and citing in README
2014-01-21 18:37:51 -08:00
Evan Shelhamer
76c73d5549
License under BSD
...
Caffe is henceforth BSD licensed and welcomes community contributions!
2014-01-20 18:24:41 -08:00
Evan Shelhamer
f8039bc22b
Merge pull request #11 from longjon/master
...
Python interface to blobs and blob data through boost::python
2014-01-19 21:17:43 -08:00
Evan Shelhamer
e54bd1be09
cleanup whitespace
2014-01-19 14:34:12 -08:00
Evan Shelhamer
7c2ec45b92
Merge pull request #29 from kloudkl/master
...
Separate build, distribute, and src directories + build more cuda archs
2014-01-19 14:10:14 -08:00
Evan Shelhamer
c6717dfd21
Merge pull request #34 from forresti/master
...
set default power_wrapper batch size to match the imagenet_deploy
compatible out-of-the-box with the ipython notebook tutorial
2014-01-18 22:59:33 -08:00
forresti
aeca741a69
setting default power_wrapper batch size to match the imagenet_deploy prototxt
2014-01-15 12:02:12 -08:00
Jonathan L Long
ae72b9e870
Expose params in Python interface
2014-01-14 15:46:52 -08:00
Jonathan L Long
6e18b00492
Add Python interface to layer blobs
2014-01-14 15:46:51 -08:00
Kai Li
9e7945a268
Add removing distribute directory when make clean
2014-01-13 20:42:01 +08:00
Kai Li
dd33fdafa0
Add make proto target to seperately generate caffe/proto/caffe.pb.h
...
issue: #22
2014-01-13 20:25:30 +08:00
Kai Li
b6aa777919
Seperated build, distribute and source directories
...
issue: #1
2014-01-13 19:34:34 +08:00
Jeff Donahue
3213bd87ea
Merge pull request #18 from jeffdonahue/bvlc
...
change imagenet_val batch size from 200 to intended 50
2013-12-22 13:24:34 -08:00
Jeff Donahue
cec0eb1b4c
change imagenet_val batch size from 200 to intended 50
2013-12-22 13:13:47 -08:00
Evan Shelhamer
30dc3fed84
point caffe url to bvlc
2013-12-17 19:21:15 -08:00
Sergey Karayev
b6997f0d19
bringing license up to date with gh-pages version
2013-12-06 12:39:49 -08:00
Sergey Karayev
4eca379c2f
updated detection demo notebook with picture of two cats
2013-12-06 11:29:02 -08:00
Yangqing Jia
58a16e5b9e
Merge pull request #10 from sergeyk/selective_search_proposals2
...
Efficient processing of images, with option to use selective search window proposals
2013-12-05 20:14:15 -08:00
Sergey Karayev
837633b0d8
minor edit
2013-12-05 19:35:32 -08:00
Sergey Karayev
5c0693e30a
selective search notebook and renaming to power_wrapper
2013-12-05 19:33:13 -08:00
Sergey Karayev
c850cc06c7
fixed bug that renormalized window crops on second resize
2013-12-05 19:12:50 -08:00
Sergey Karayev
b1aff6dfc3
center_only and corners modes work correctly
2013-12-05 17:21:47 -08:00
Sergey Karayev
5e2823f3f7
processing images in batch, with option to use selective search window proposals
2013-12-05 16:38:36 -08:00
Yangqing Jia
32adcebe68
renaming"
2013-12-05 09:38:11 -08:00
Yangqing Jia
70dcd4fbad
Update README.md
2013-12-05 01:13:59 -08:00
Yangqing Jia
a5658cd809
Merge pull request #9 from jeffdonahue/fixflattenbug
...
fix really stupid bug in flatten layer (and add test that shows the
2013-12-04 20:24:26 -08:00
Jeff Donahue
b9063277e3
fix really stupid bug in flatten layer (and add test that shows the
...
failure case; not sure why CheckGradientExhaustive didn't catch it)
2013-12-04 20:16:25 -08:00
Yangqing Jia
8c96ac2e87
lenet.prototxt loss layer rename
2013-12-03 10:53:29 -08:00
Yangqing Jia
91dc83e0bf
mnist train script
2013-12-03 10:05:19 -08:00
Yangqing Jia
ca3e042863
Several changes:
...
changed the paths for the mnist demo
removed unused fields in SolverParameter
added solver_mode to specify CPU/GPU solving
accordingly, removed the set mode code in the examples code
removed examples/test_read_imagenet since it is trivial
removed get_cifar script since no cifar demo exists.
2013-12-02 15:44:43 -08:00
Yangqing Jia
524e0956ef
get_mnist.sh: changed the script to generate leveldb as well.
2013-12-02 15:19:37 -08:00
Yangqing Jia
67e2c9d94f
convert script: spacing
2013-12-01 16:38:24 -08:00
Yangqing Jia
eb38091b4e
Merge pull request #7 from jeffdonahue/headers
...
modify makefile to recompile on changes to header files
2013-11-28 14:51:16 -08:00
Jeff Donahue
ae9ed2afae
modify makefile to recompile on changes to header files
2013-11-28 13:57:09 -08:00
Yangqing Jia
c0ba41c4e1
Update README.md
2013-11-28 10:42:30 -08:00
Yangqing Jia
bff8fb889c
Merge pull request #6 from jeffdonahue/flatten
...
add flatten layer
2013-11-27 21:39:08 -08:00
Jeff Donahue
a2bac02bf4
add flatten layer
2013-11-27 21:29:05 -08:00
Yangqing Jia
2786cf72da
net.cpp: LOG to DLOG
2013-11-27 20:54:21 -08:00
Yangqing Jia
293378c473
io.cpp: changed back CV_LOAD_IMAGE_COLOR for earlier versions of opencv
2013-11-27 20:54:01 -08:00
Yangqing Jia
8ab955ecfc
Update io.cpp
2013-11-27 17:00:00 -08:00
Yangqing Jia
4b203940e4
git ignore
2013-11-26 13:16:12 -08:00
Yangqing Jia
2cf5431785
net speed benchmark: set device 0
2013-11-26 10:59:06 -08:00