Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next: 0.9999 #880

Merged
merged 513 commits into from
Aug 8, 2014
Merged

Next: 0.9999 #880

merged 513 commits into from
Aug 8, 2014

Conversation

shelhamer
Copy link
Member

The next release packages up 500+ commits by 17 authors. Thanks all!

LICENSE: We have clarified the project license and copyright. While the terms are the same as before, they are now more clear.

DEPENDENCIES / PLATFORM: lmdb and gflags are now required. Instructions for Ubuntu 14.04 are included. CUDA 6.0 with driver version 340.* or later is recommended -- driver version 331.* cannot be used due to a memory bug in the driver identified by NVIDIA.

DEPRECATION: the new caffe tool includes commands for model training and testing, querying devices, and timing models. This tool produces output by default for more informative execution (and no need for GLOG_logtostderr environment variable). The corresponding train_net.bin, finetune_net.bin, test_net.bin, device_query.bin, and net_speed_benchmark.bin are deprecated.

ronghanghu and others added 30 commits July 3, 2014 20:33
Replace pad_, kernel_size_, stride_ with pad_h_, pad_w_, kernel_size_h_, kernel_size_w_, stride_h_, stride_w_ to support pooling on rectangle regions.
Replace pad_, kernel_size_, stride_ with pad_h_, pad_w_, kernel_size_h_, kernel_size_w_, stride_h_, stride_w_ to support pooling on rectangle regions.
Replace pad_, kernel_size_, stride_ with pad_h_, pad_w_, kernel_size_h_, kernel_size_w_, stride_h_, stride_w_ to support pooling on rectangle regions.
Customize compiler setting in Makefile.config
Don't make clean when running linecount
"make warn" to print compilation warnings; "make lint" runs incrementally
Fix bug introduced by warning logs (errors didn't print)
* master:
  host materials on dl.caffe.berkeleyvision.org
  fix caffe acm-mm paper link
  [docs] readme
  [docs] got rid of redundant README, updated development instructions
  [docs] reworked index page, got rid of publications page
  point to reference performance from installation, add GTX 770
  acknowledge BVLC PI Trevor Darrell for advising Caffe
  add latest CUDA arch to fix invalid device function errors
  switch language to "related publications"
  add publication section to homepage
  fix caffe paper link -- still hasn't appeared on arxiv yet
  Added top-1 and top-5 accuracy for the caffe networks to docs
  add skeleton of the Caffe publications page
  Update docs on building boost on OSX for the python wrappers
  fix OSX 10.9 homebrew CXX doc
  caffe.Net preprocessing members belong to object, not class
  10.9 install doc formatting
net_surgery example to new format

Conflicts:
	docs/getting_pretrained_models.md
	docs/index.md
Add a test param to test both CPU and GPU (with both float and double
Dtypes).
Makefile.config instead of CUSTOM_CXX, as Travis exports CXX
as the compiler env variable name.
-Change TEST_HDFS -> TEST_HXX_SRCS.
shelhamer and others added 24 commits August 5, 2014 23:17
As has been the case, contributions are copyright their respective
contributors and the project is BSD-2 licensed. By contributing to the
project, contributors release their contributions under these copyright
and license terms as declared in LICENSE.
Clarify the license and copyright terms of the project
- call format
- commands
- flags
shelhamer added a commit that referenced this pull request Aug 8, 2014
@shelhamer shelhamer merged commit 709dc15 into master Aug 8, 2014
@shelhamer shelhamer deleted the next branch August 8, 2014 19:06
shelhamer pushed a commit that referenced this pull request Aug 8, 2014
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
RazvanRanca pushed a commit to RazvanRanca/caffe that referenced this pull request Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.