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.999 #429

Merged
merged 429 commits into from
May 20, 2014
Merged

Next: 0.999 #429

merged 429 commits into from
May 20, 2014

Conversation

shelhamer
Copy link
Member

The next release packages up 400+ commits by 9 authors. Thanks all!

Please upgrade your models! Caffe's proto definition was changed in #208 and #219 for extensibility. The upgrade_net_proto_binary.bin and upgrade_net_proto_text.bin tools are provided to convert current models. Caffe will attempt to automagically upgrade old models when loaded, but doesn't save the changes.

Update your Makefile.config! Caffe has a new Makefile and Makefile.config that learned to auto-configure themselves a bit better. Look at the new Makefile.config.example and update your configuration accordingly.

Layers

Examples/Improvements/Fixes

...and more. Milestones to 1.0 #165, #208, and #311 are done.

DEPENDENCIES: Caffe's matrix and vector computations can be done with ATLAS, OpenBLAS, or MKL. The hard dependency on MKL is no more!

DEPRECATION: V0 model definitions. While Caffe will try to automagically upgrade old models when loaded, see tools/upgrade_net_proto* to make the permanent upgrade since this will be dropped.

sguada and others added 30 commits March 31, 2014 15:47
Seed Boost RNG with cluster_seedgen by default
Log error strings in the error/status checking macros
sergeyk and others added 21 commits May 16, 2014 10:58
Take blob args and give blob returns as single ndarrays instead of lists
of arrays.

Assign the net blobs and diffs as needed on the python side, which
reduces copies and simplifies the C++ side of the wrapper.

Thanks @longjon for the suggestion.
...and refer to inputs as inputs and not images since general vectors
and matrices are perfectly fine.
Layer definitions and declarations re-organization and documentation
Don't run scripts in the module dir to avoid import collisions between
io and caffe.io.
For compositionality and expectations.
* master:
  bundle presentation in gh-pages for now...
  fix typo pointed out by @yinxusen
  note support for non-MKL installation in dev
  include pretrained snapshot and performance details
  Document AlexNet model, include download script
  define AlexNet architecture
  polished ignore
shelhamer added a commit that referenced this pull request May 20, 2014
@shelhamer shelhamer merged commit a348162 into BVLC:master May 20, 2014
@shelhamer
Copy link
Member Author

@shelhamer shelhamer deleted the next branch May 20, 2014 21:21
shelhamer added a commit that referenced this pull request May 20, 2014
@kloudkl
Copy link
Contributor

kloudkl commented May 24, 2014

The release notes or change logs need to be kept in the root directory of the project.

mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 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.