Jeff Donahue [Sun, 16 Feb 2014 09:38:32 +0000 (01:38 -0800)]
fix comment typo
Jeff Donahue [Sun, 16 Feb 2014 00:48:10 +0000 (16:48 -0800)]
remove pointlessly duplicated CheckGradientExhaustive calls (I screwed
up when merging, I think)
Jeff Donahue [Sun, 16 Feb 2014 00:38:47 +0000 (16:38 -0800)]
change \" in test_split_layer to ' for readability
Jeff Donahue [Sun, 16 Feb 2014 00:28:44 +0000 (16:28 -0800)]
allow in place computation of SplitLayer 0th top blob
Jeff Donahue [Sun, 16 Feb 2014 00:00:44 +0000 (16:00 -0800)]
give first top split blob same name as bottom blob
Jeff Donahue [Sat, 15 Feb 2014 23:56:15 +0000 (15:56 -0800)]
change \n's to less distracting spaces in hard-coded proto strings
Jeff Donahue [Sat, 15 Feb 2014 23:52:48 +0000 (15:52 -0800)]
eliminate redundant code with get_split_blob_name method
Jeff Donahue [Sat, 15 Feb 2014 22:51:37 +0000 (14:51 -0800)]
some cleanup
Jeff Donahue [Sat, 15 Feb 2014 22:39:44 +0000 (14:39 -0800)]
add split layer insertion tests; move split insertion code to util file
Jeff Donahue [Sat, 15 Feb 2014 20:24:00 +0000 (12:24 -0800)]
add split layer tests
Jeff Donahue [Sat, 15 Feb 2014 20:24:00 +0000 (12:24 -0800)]
add split layer tests
Jeff Donahue [Sat, 15 Feb 2014 20:07:02 +0000 (12:07 -0800)]
make split_layer backward obey propagate_down
Evan Shelhamer [Wed, 26 Feb 2014 22:13:28 +0000 (14:13 -0800)]
Merge pull request #116 from aravindhm/tanh
Aravindh Mahendran [Sun, 16 Feb 2014 16:04:26 +0000 (11:04 -0500)]
Added a test for the tanh layer.
Aravindh Mahendran [Sun, 16 Feb 2014 15:43:34 +0000 (10:43 -0500)]
Added tanh activation function layer.
Evan Shelhamer [Wed, 26 Feb 2014 03:35:51 +0000 (19:35 -0800)]
Merge pull request #142 from shelhamer/data-aux
Sort out models, data, examples, and tools
Evan Shelhamer [Wed, 26 Feb 2014 01:47:34 +0000 (17:47 -0800)]
bring imagenet docs back to reality
- fix paths
- replace shell command blocks with scripts
- file ipython notebooks in examples
- proofread
Evan Shelhamer [Wed, 26 Feb 2014 00:59:50 +0000 (16:59 -0800)]
bring mnist docs back to reality
Evan Shelhamer [Wed, 26 Feb 2014 00:55:17 +0000 (16:55 -0800)]
fix + rename lenet training script
Evan Shelhamer [Wed, 26 Feb 2014 00:42:10 +0000 (16:42 -0800)]
harmonize imagenet example, name caffe reference model CaffeNet
Evan Shelhamer [Wed, 26 Feb 2014 00:00:50 +0000 (16:00 -0800)]
fix mnist, add deploy net example
Evan Shelhamer [Tue, 25 Feb 2014 23:59:49 +0000 (15:59 -0800)]
TODO cifar example
Evan Shelhamer [Tue, 25 Feb 2014 23:46:08 +0000 (15:46 -0800)]
everything in its right place
Evan Shelhamer [Tue, 25 Feb 2014 10:02:31 +0000 (02:02 -0800)]
include model checksum, you never know these days
Evan Shelhamer [Tue, 25 Feb 2014 09:57:19 +0000 (01:57 -0800)]
fetch caffe_reference_imagenet_model
Evan Shelhamer [Tue, 25 Feb 2014 09:53:16 +0000 (01:53 -0800)]
swap ilsvrc data with fetch script
Evan Shelhamer [Tue, 25 Feb 2014 07:44:04 +0000 (23:44 -0800)]
explain ignore, and ignore data, models, and examples
Data, models, and examples should not be versioned by default. Reference
versions of these are not to be casually committed.
Plus this makes for a better playground in examples without having to
worry about data, intermediate files, or experiments being accidentally
tracked.
Evan Shelhamer [Tue, 25 Feb 2014 07:43:47 +0000 (23:43 -0800)]
file models
Evan Shelhamer [Tue, 25 Feb 2014 07:00:35 +0000 (23:00 -0800)]
fix mnist comments in cifar example
Evan Shelhamer [Tue, 25 Feb 2014 06:45:29 +0000 (22:45 -0800)]
Make tools/ for core binaries, stow scripts/ in tools/extra
Collect core Caffe tools like train_net, device_query, etc. together in
tools/ and include helper scripts under tools/extra.
Evan Shelhamer [Tue, 25 Feb 2014 06:22:30 +0000 (22:22 -0800)]
file mnist
Evan Shelhamer [Sat, 22 Feb 2014 07:43:01 +0000 (23:43 -0800)]
add imagenet mean file
Evan Shelhamer [Sat, 22 Feb 2014 07:20:53 +0000 (23:20 -0800)]
move imagenet splits + synsets to data
Evan Shelhamer [Wed, 26 Feb 2014 20:37:41 +0000 (12:37 -0800)]
Merge pull request #164 from t-abe/fix-typo
tabe [Wed, 26 Feb 2014 02:00:56 +0000 (11:00 +0900)]
Fix error message typo in SoftmaxWithLossLayer
Evan Shelhamer [Wed, 26 Feb 2014 20:37:12 +0000 (12:37 -0800)]
Merge pull request #154 from sguada/leveldb_max_open_files
Sergio Guadarrama [Tue, 25 Feb 2014 01:56:06 +0000 (17:56 -0800)]
Set leveldb options.max_open_files = 100. Fix #13 and #38
Sergey Karayev [Wed, 26 Feb 2014 06:59:34 +0000 (22:59 -0800)]
minor README fix
Sergey Karayev [Wed, 26 Feb 2014 06:59:26 +0000 (22:59 -0800)]
More comments in Makefile.config.example
Sergey Karayev [Wed, 26 Feb 2014 06:32:31 +0000 (22:32 -0800)]
more instructions on how to contribute
Sergey Karayev [Tue, 25 Feb 2014 22:12:37 +0000 (14:12 -0800)]
Merge pull request #157 from sergeyk/master
Moving gh-pages stuff to docs/ directory, with script to build and deploy to gh-pages.
Sergey Karayev [Tue, 25 Feb 2014 19:34:23 +0000 (11:34 -0800)]
Updated README with doc info
Sergey Karayev [Tue, 25 Feb 2014 19:09:39 +0000 (11:09 -0800)]
Safer docs/ build process: into own folder
Sergey Karayev [Tue, 25 Feb 2014 09:09:06 +0000 (01:09 -0800)]
improved docs-building script
Sergey Karayev [Tue, 25 Feb 2014 09:03:08 +0000 (01:03 -0800)]
Moving gh-pages docs to docs/ folder, with script to build them
Evan Shelhamer [Sun, 23 Feb 2014 23:09:38 +0000 (15:09 -0800)]
Properly index windows in detector list mode
Fix iteration over single windows: whether one or more windows are
listed for an image, generate windows as a list.
Evan Shelhamer [Sat, 22 Feb 2014 23:42:58 +0000 (15:42 -0800)]
fix detector's coordinate mapping for images smaller than IMAGE_DIM
Sergey Karayev [Fri, 21 Feb 2014 02:40:09 +0000 (18:40 -0800)]
Merge pull request #123 from longjon/master
don't pass LDFLAGS when only performing compilation (-c)
Evan Shelhamer [Tue, 18 Feb 2014 01:03:57 +0000 (17:03 -0800)]
Revert "Merge pull request #114 from jeffdonahue/dags-by-split"
Revert dags-by-split merge because split layers were not quite ready.
Sorry for the bug!
We are adopting a `master`/`dev` split development
model, where new commits and pull requests will be merged to `dev` for
testing before integration to `master`. This will keep master clean and
stable.
This reverts commit
d339d242b43ec5bec9dceb657ee0d665d524b1eb, reversing
changes made to
55198262d79944fa7382868f7ecd108ed4f238a2.
Jonathan L Long [Mon, 17 Feb 2014 23:51:48 +0000 (15:51 -0800)]
don't pass LDFLAGS when only performing compilation (-c)
This simplifies the compiler commands and suppresses warnings.
Evan Shelhamer [Mon, 17 Feb 2014 20:27:08 +0000 (12:27 -0800)]
add contributing guide
Evan Shelhamer [Mon, 17 Feb 2014 19:37:40 +0000 (11:37 -0800)]
Merge pull request #114 from jeffdonahue/dags-by-split
Support arbitrary DAGs with SplitLayer
Jeff Donahue [Sun, 16 Feb 2014 20:31:40 +0000 (12:31 -0800)]
remove unnecessary include
Jeff Donahue [Sun, 16 Feb 2014 19:11:03 +0000 (11:11 -0800)]
eliminate some cruft by relying on std::map default initializations
Jeff Donahue [Sun, 16 Feb 2014 18:02:42 +0000 (10:02 -0800)]
get rid of messy snprintf string concatenation
Jeff Donahue [Sun, 16 Feb 2014 11:18:39 +0000 (03:18 -0800)]
get_split_blob_name returns a string to remove some verbosity
Jeff Donahue [Sun, 16 Feb 2014 10:02:32 +0000 (02:02 -0800)]
remove redundant add_bottom (immediately cleared and then re-added)
Jeff Donahue [Sun, 16 Feb 2014 09:49:27 +0000 (01:49 -0800)]
add test for layer with two tops that are inputs to multiple layers
Jeff Donahue [Sun, 16 Feb 2014 09:38:32 +0000 (01:38 -0800)]
fix comment typo
Jeff Donahue [Sun, 16 Feb 2014 00:48:10 +0000 (16:48 -0800)]
remove pointlessly duplicated CheckGradientExhaustive calls (I screwed
up when merging, I think)
Jeff Donahue [Sun, 16 Feb 2014 00:38:47 +0000 (16:38 -0800)]
change \" in test_split_layer to ' for readability
Jeff Donahue [Sun, 16 Feb 2014 00:28:44 +0000 (16:28 -0800)]
allow in place computation of SplitLayer 0th top blob
Jeff Donahue [Sun, 16 Feb 2014 00:00:44 +0000 (16:00 -0800)]
give first top split blob same name as bottom blob
Jeff Donahue [Sat, 15 Feb 2014 23:56:15 +0000 (15:56 -0800)]
change \n's to less distracting spaces in hard-coded proto strings
Jeff Donahue [Sat, 15 Feb 2014 23:52:48 +0000 (15:52 -0800)]
eliminate redundant code with get_split_blob_name method
Jeff Donahue [Sat, 15 Feb 2014 22:51:37 +0000 (14:51 -0800)]
some cleanup
Jeff Donahue [Sat, 15 Feb 2014 22:39:44 +0000 (14:39 -0800)]
add split layer insertion tests; move split insertion code to util file
Jeff Donahue [Sat, 15 Feb 2014 20:24:00 +0000 (12:24 -0800)]
add split layer tests
Jeff Donahue [Sat, 15 Feb 2014 20:24:00 +0000 (12:24 -0800)]
add split layer tests
Jeff Donahue [Sat, 15 Feb 2014 20:07:02 +0000 (12:07 -0800)]
make split_layer backward obey propagate_down
Jeff Donahue [Sat, 15 Feb 2014 19:53:24 +0000 (11:53 -0800)]
add SplitLayer and Net::AddSplits to transform shared bottom blobs into
split layers
Evan Shelhamer [Sat, 15 Feb 2014 07:28:26 +0000 (23:28 -0800)]
define by := (no need for re-expansion)
Evan Shelhamer [Sat, 15 Feb 2014 02:14:56 +0000 (18:14 -0800)]
python requirements: don't fear the future
Evan Shelhamer [Fri, 14 Feb 2014 23:40:38 +0000 (15:40 -0800)]
add shebang to python scripts
for executing in the shell without call to python. Follows the example
of @kloudkl .
Evan Shelhamer [Thu, 23 Jan 2014 17:10:44 +0000 (09:10 -0800)]
add macro for numpy < 1.7
as suggested by @longjon
https://github.com/BVLC/caffe/issues/44#issuecomment-
32832810
Yangqing Jia [Thu, 13 Feb 2014 17:56:35 +0000 (09:56 -0800)]
Merge pull request #106 from tdomhan/sigmoidlayer
Sigmoidlayer
Tobias Domhan [Thu, 13 Feb 2014 17:20:27 +0000 (18:20 +0100)]
fixed copyright
Tobias Domhan [Thu, 13 Feb 2014 16:42:21 +0000 (17:42 +0100)]
sigmoid layer cpu and gpu code
Tobias Domhan [Thu, 13 Feb 2014 16:32:18 +0000 (17:32 +0100)]
added sigmoid layer
Evan Shelhamer [Thu, 13 Feb 2014 09:42:22 +0000 (01:42 -0800)]
Merge pull request #104 from sergeyk/master
Groom detection demo notebook, replace gflags with argparse in detector.py
Sergey Karayev [Thu, 13 Feb 2014 09:22:02 +0000 (01:22 -0800)]
selective_search_demo final updated version
Sergey Karayev [Thu, 13 Feb 2014 09:21:43 +0000 (01:21 -0800)]
detector.py refactored with argparse (was gflags)
Sergey Karayev [Thu, 13 Feb 2014 09:03:03 +0000 (01:03 -0800)]
Updated detection demo notebook.
- Works with new detector.py
- Everything is run automatically from cells.
Sergey Karayev [Thu, 13 Feb 2014 07:58:33 +0000 (23:58 -0800)]
git-ignoring ipython notebook checkpoints
Sergey Karayev [Thu, 13 Feb 2014 07:58:21 +0000 (23:58 -0800)]
moving selective_search_demo notebook to examples/
Yangqing Jia [Thu, 13 Feb 2014 06:18:28 +0000 (22:18 -0800)]
Update LICENSE
Removed the FreeBSD disclaimer (which should not be there) per http://opensource.org/licenses/BSD-2-Clause
Yangqing Jia [Thu, 13 Feb 2014 05:59:13 +0000 (21:59 -0800)]
Merge pull request #103 from Yangqing/master
bugfix regarding #100
Yangqing Jia [Thu, 13 Feb 2014 05:52:33 +0000 (21:52 -0800)]
bugfix regarding #100
Yangqing Jia [Thu, 13 Feb 2014 01:31:36 +0000 (17:31 -0800)]
Update net.cpp
Fixed bug raised by @tdomhan in issue #100.
Evan Shelhamer [Wed, 12 Feb 2014 09:34:42 +0000 (01:34 -0800)]
Merge pull request #98 from kloudkl/check_data_size
fix size initialization in convert_imageset
Kai Li [Wed, 12 Feb 2014 08:15:08 +0000 (16:15 +0800)]
Set data_size_initialized to true after data_size is initialized
Evan Shelhamer [Wed, 12 Feb 2014 03:55:41 +0000 (19:55 -0800)]
add CXXFLAGS for libstdc++ on OS X 10.9
Yangqing Jia [Tue, 11 Feb 2014 18:09:59 +0000 (10:09 -0800)]
Merge pull request #94 from kloudkl/image_data_size
Ensure all the images are of the same size before creating leveldb
Kai Li [Tue, 11 Feb 2014 11:39:02 +0000 (19:39 +0800)]
Add script to resize and crop images in parallel using mincepie
Kai Li [Tue, 11 Feb 2014 07:14:11 +0000 (15:14 +0800)]
Check data size when converting images into leveldb
Evan Shelhamer [Tue, 11 Feb 2014 08:41:01 +0000 (00:41 -0800)]
include pip requirements.txt for python deps
Evan Shelhamer [Tue, 11 Feb 2014 04:03:54 +0000 (20:03 -0800)]
Merge pull request #91 from kloudkl/plot_training_log
plot training/test measures against iterations/time
create mnist leveldb as separate script
Kai Li [Tue, 11 Feb 2014 02:59:53 +0000 (10:59 +0800)]
Remove trailing whitespace in example gnuplot script
Kai Li [Tue, 11 Feb 2014 02:54:15 +0000 (10:54 +0800)]
Add python matplotlib example to plot the training log
Kai Li [Tue, 11 Feb 2014 02:48:06 +0000 (10:48 +0800)]
Add gnuplot example to plot the training log