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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 4, 2014

  1. Update vision_layers.hpp

    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.
    ronghanghu committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    9905c20 View commit details
    Browse the repository at this point in the history
  2. Update pooling_layer.cpp

    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.
    ronghanghu committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    dd82d97 View commit details
    Browse the repository at this point in the history
  3. Update pooling_layer.cu

    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.
    ronghanghu committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    ce88f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Configuration menu
    Copy the full SHA
    7b727b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f74979e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. Merge pull request #611 from shelhamer/makefile-config-cxx

    Customize compiler setting in Makefile.config
    shelhamer committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    34d1e93 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. fixed style errors

    ronghanghu committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    e10977f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e201d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #614 from ronghanghu/rectangular_pooling

    Rectangular pooling
    jeffdonahue committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    d82a1ea View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Configuration menu
    Copy the full SHA
    e5be754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #647 from jeffdonahue/nocleanlinecount

    Don't make clean when running linecount
    jeffdonahue committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    dc21bc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Configuration menu
    Copy the full SHA
    ba8a2bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933dc6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #649 from jeffdonahue/warnlog

    "make warn" to print compilation warnings; "make lint" runs incrementally
    shelhamer committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    368288e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d86735e View commit details
    Browse the repository at this point in the history
  5. fix bug introduced by warning logs: errors didn't print because they

    are logged to the warnings file
    jeffdonahue committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    37329cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #661 from jeffdonahue/fix-error-output

    Fix bug introduced by warning logs (errors didn't print)
    jeffdonahue committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    e5f72b7 View commit details
    Browse the repository at this point in the history
  7. makefile hotfix

    jeffdonahue committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    1679815 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. Configuration menu
    Copy the full SHA
    3bd49ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d16ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00433d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac0dd39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    904c2ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #633 from kloudkl/cpu-only-memcpy

    Support CPU only memcpy
    longjon committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    efa7176 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Back-merge documentation and fixes

    * 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
    shelhamer committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    923b040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07a2c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. back-merging [docs] changes and web demo [example] addition; updating

    net_surgery example to new format
    
    Conflicts:
    	docs/getting_pretrained_models.md
    	docs/index.md
    sergeyk committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    9c61462 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Move test headers to include/.

    Add a test param to test both CPU and GPU (with both float and double
    Dtypes).
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    e5ce15d View commit details
    Browse the repository at this point in the history
  2. @huyng's .travis.yml integration configuration file to install and te…

    …st Caffe.
    huy authored and jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    00a8f3a View commit details
    Browse the repository at this point in the history
  3. -Override the default compiler by specifying a CXX in

    Makefile.config instead of CUSTOM_CXX, as Travis exports CXX
    as the compiler env variable name.
    -Change TEST_HDFS -> TEST_HXX_SRCS.
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    24bfd03 View commit details
    Browse the repository at this point in the history
  4. @jeffdonahue's tweaks to .travis.yml config:

    -Add (CPU-only) test, lint, warn and parallel (-j 4) to travis CI build.
    -Add /usr/local/lib to travis config (seems needed for LMDB).
    -Put export in "before_script"; disable clang build -- doesn't work on Linux.
    -Cache Ubuntu apt packages.
    -Install bc package to hopefully suppress "bc: not found" errors
    -Get apt packages before_install as suggested by Travis official docs
    -Remove specified email address and IRC notifications (emails are sent
    to the committer by default; others can view build results in public
    Travis feed, on pull requests, etc.).
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    89d50ca View commit details
    Browse the repository at this point in the history
  5. Travis build failure wasn't working for lint/warn because they didn't

    exit with a non-zero code -- this fixes that.
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    c962e7d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #681 from BVLC/travisci

    continuous integration for build, test, and lint by Travis CI
    shelhamer committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    cdb6014 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    717b6b0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #685 from jeffdonahue/seed-hinge-loss-test

    Seed HingeLossLayerTest; bad values can cause test (and therefore Travis build) to fail
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    1d3df1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    856f06d View commit details
    Browse the repository at this point in the history
  10. Add --keep-going flag to first make so that any targets that can be

    built are built; write out full -j flag as --jobs for clarity.
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    9045fd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89159f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c65fba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97d6ccf View commit details
    Browse the repository at this point in the history
  14. Merge pull request #694 from jeffdonahue/travis-tweaks

    Travis tweaks -- make --keep-going; build on all branches; replace CUSTOM_CXX <eom>
    jeffdonahue committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    43300d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    c28823f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #696 from rbgirshick/matlab_2014a_fix

    Fix bug that breaks MATLAB 2014a compilation
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    12fe648 View commit details
    Browse the repository at this point in the history
  3. Fix SoftmaxLayerTest: forgot to change this one to use DtypesAndDevices;

    was causing Travis build to randomly fail if a previous test had set the
    mode to GPU (which no test that is run by 'make runtestnogpu' should, so
    I guess there's another bug somewhere).
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    304be2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #698 from jeffdonahue/softmax-layer-test-devices-fix

    Fix SoftmaxLayerTest: forgot to change this one to use DtypesAndDevices;
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    2285945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a0883d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0271224 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e35a16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a0ba0f View commit details
    Browse the repository at this point in the history
  9. Add param_propagate_down_ vector to layer, populate according to

    blobs_lr in Net::Init
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    b2a9a3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5351bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb8c061 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b974e0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #660 from jeffdonahue/param-propagate-down

    Conditionally compute parameter gradients
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    277bbe1 View commit details
    Browse the repository at this point in the history
  14. Another bugfix related to my CPU/GPU test changes: make NetTest a

    MultiDeviceTest (Caffe:set_mode(Caffe::CPU/GPU) isn't run without this).
    jeffdonahue committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    53825cd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. move using statements inside namespace caffe to avoid polluting the w…

    …hole name space.
    Yangqing Jia committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    7dccb00 View commit details
    Browse the repository at this point in the history
  2. neuron_layers.hpp should not need to include leveldb

    Yangqing Jia committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b3ba56b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    b6d881d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e063f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b882c3b View commit details
    Browse the repository at this point in the history
  4. collect CUDA includes and calls, separate from CPU-only mode, leave out

    - collect CUDA includes in device_alternate.hpp
    - add guards for CUDA code
    - move GPU code into cu from cpp
    - make CUDA includes and libraries conditional in Makefile
    - drop CUDA dependency from travis-ci build
    shelhamer committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    e52d91e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79a769c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b302f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9f65e5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #561 from shelhamer/cpu-only-build

    CPU-only build
    
    no GPU, no CUDA, no problem!
    shelhamer committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6b82d65 View commit details
    Browse the repository at this point in the history
  9. compute_image_mean namespace fix.

    Yangqing Jia committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    d6f3ade View commit details
    Browse the repository at this point in the history
  10. Merge pull request #716 from Yangqing/dev

    Minor Code Cleaning
    jeffdonahue committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    518b5f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. lint

    Yangqing Jia authored and shelhamer committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    8ad32ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #718 from Yangqing/dev

    More namespace cleaning.
    Yangqing authored and shelhamer committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    8702746 View commit details
    Browse the repository at this point in the history
  3. cosmetics: add syntax = proto2

    Yangqing Jia committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    fa6397e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #730 from Yangqing/sweep

    cosmetics: add syntax = proto2
    Yangqing committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    5902931 View commit details
    Browse the repository at this point in the history
  5. reapply namespace change

    Yangqing Jia committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    7683986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccc4b30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ef43e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a270763 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c23286 View commit details
    Browse the repository at this point in the history
  10. use /usr instead of /usr/local for default Python include/lib

    This makes the default settings usable with Travis/Ubuntu Python
    longjon committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    49381cc View commit details
    Browse the repository at this point in the history
  11. Travis builds pycaffe

    longjon committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    e8b23c4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #732 from longjon/travis-pycaffe

    Have Travis build pycaffe
    jeffdonahue committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    61bd7ea View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Configuration menu
    Copy the full SHA
    fc48d5d View commit details
    Browse the repository at this point in the history
  2. pycaffe: reorder exceptions

    It doesn't make sense to complain about input not being batch-sized if
    it isn't even 4-d in the first place.
    longjon committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    32fefa9 View commit details
    Browse the repository at this point in the history
  3. pycaffe: test channel_order and input_scale against None

    An input_scale of zero should produce warnings/errors/infinities rather
    than being the same as an input_scale of one. A channel_order of () or 0
    should not be equivalent to the default ordering.
    longjon committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    fb2f7c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7722514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9a9c58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe69b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4697b3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b1a2ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    907c78a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6abdb00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf26171 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe3f6aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a928148 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2014

  1. use Blob directly instead of shared_ptr for ConvolutionLayer::bias_mu…

    …ltiplier_
    
    This will make layer reshaping easier and more uniform, and is
    consistent with col_buffer_.
    longjon committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    00ecb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40054a7 View commit details
    Browse the repository at this point in the history
  3. use Blob directly instead of shared_ptr for PoolingLayer::max_idx_

    Again, this is more uniform, and will simplify the implementation of
    Reshape.
    longjon committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    0354406 View commit details
    Browse the repository at this point in the history
  4. use Blob directly instead of shared_ptr for DropoutLayer::rand_vec_

    This will simplify the implementation of Reshape by making allocation
    automatic. There is no need for shared_ptr here, and this is more
    uniform with buffers used by other layers.
    longjon committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    f6696d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8159f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6761735 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21b0190 View commit details
    Browse the repository at this point in the history
  8. add an "everything" target to make for comprehensive build testing

    The everything target builds all components, checks warnings, runs lint,
    and runs tests.
    longjon committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    29fd174 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #518 from longjon/fromto

    Add From/To options for Forward and Backward
    longjon committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    42b0314 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    968f826 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4bcd614 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #743 from longjon/make-everything

    Add an "everything" target to make for comprehensive build testing
    jeffdonahue committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    477ecfa View commit details
    Browse the repository at this point in the history
  13. Merge pull request #742 from longjon/direct-blob-buffers

    Use Blob directly instead of shared_ptr for internal layer buffers
    jeffdonahue committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    fb5c568 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Merge pull request #752 from Yangqing/sweep

    reapply namespace change
    jeffdonahue committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    24e92e1 View commit details
    Browse the repository at this point in the history
  2. leaky relu + unit test

    qipeng committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    0193012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba3ea2b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Merge pull request #740 from qipeng/lrelu

    Leaky ReLU
    jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    51146b4 View commit details
    Browse the repository at this point in the history
  2. Add split dim layer

    Differentiate top test blob vector size
    
    Rename to SplitLayer
    Add slicing points
    ste-m5s authored and jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    324973a View commit details
    Browse the repository at this point in the history
  3. SliceLayer: post-rebase fixes, cleanup, etc. (some from changes

    suggested by @sguada).  Test for both num & channels in forward &
    backward; use GaussianFiller so that tests are non-trivial.
    jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    5db5b31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #755 from jeffdonahue/bhack-split_dim

    Finishing touches on @bhack's SliceLayer (#680)
    jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    9959058 View commit details
    Browse the repository at this point in the history
  5. Fix repeated field copy loop

    Fix lint algorithm include
    
    Fix spaces
    ste-m5s committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    4bd3624 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ade27b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #760 from bhack/fix_loopcopy

    Fix repeated field copy loop
    jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    e254446 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #762 from rbgirshick/upgrade-pad-pooling-layers

    Correctly apply padding to pooling layers when upgrading from V0
    jeffdonahue committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    c4e6b48 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Configuration menu
    Copy the full SHA
    1ceb791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #766 from rbgirshick/matcaffe-cxx

    Use the same CXX for matcaffe as for the rest of the build
    jeffdonahue committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    72620da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd6527b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #773 from qipeng/lrelu

    Leaky ReLU numerical stability improvement
    jeffdonahue committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    95e1e24 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. add gflags dependency to caffe.

    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    15bc0f7 View commit details
    Browse the repository at this point in the history
  2. add gflags dependency doc

    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    d13d6a2 View commit details
    Browse the repository at this point in the history
  3. gflags should preferrably be installed before glog

    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    09f196b View commit details
    Browse the repository at this point in the history
  4. Cleanup pthread code for data layers

    Get rid of the ugly "friend" thread function. Simplify the creation of the
    thread by inheriting from a base class. Thus, defining the thread is as
    simple as overriding a virtual function.
    arntanguy committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    57d7ecb View commit details
    Browse the repository at this point in the history
  5. travis

    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    5fbf4af View commit details
    Browse the repository at this point in the history
  6. travis - does adding cflags help? want to keep minimal invasion into …

    …gflags installation.
    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    6136f5d View commit details
    Browse the repository at this point in the history
  7. turns out that glog does not compile with gflags 2.1 - compiling glog…

    … first and then gflags.
    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    781630d View commit details
    Browse the repository at this point in the history
  8. I am really bad at debugging travis.

    Yangqing Jia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    ca7d992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8dc0ee View commit details
    Browse the repository at this point in the history
  10. Merge pull request #776 from Yangqing/sweep

    Gflags dependency & misc
    Yangqing committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    f80911f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. include benchmark.hpp

    Yangqing Jia committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    6f46bb9 View commit details
    Browse the repository at this point in the history
  2. Adding new caffe binary that does everything in one binary; deprecati…

    …ng device_query, finetune_net, net_speed_benchmark, train_net
    Yangqing Jia committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    a916ef4 View commit details
    Browse the repository at this point in the history
  3. lint

    Yangqing Jia committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    2ced4c9 View commit details
    Browse the repository at this point in the history
  4. oops, wrong deprecation message (should have --)

    Yangqing Jia committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    2cfbda5 View commit details
    Browse the repository at this point in the history
  5. Add gradient checks for infogain loss layer, letting it take the

    infogain matrix as the third bottom blob.
    jeffdonahue committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    7de3382 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Configuration menu
    Copy the full SHA
    70b01f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #793 from jeffdonahue/infogain-test

    Add gradient checks for InfogainLossLayer
    jeffdonahue committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    c521e7e View commit details
    Browse the repository at this point in the history
  3. LOG(ERROR)->LOG(FATAL), and misc script changes.

    Yangqing Jia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    9862d5a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #789 from Yangqing/sweep

    Consolidate tools.
    Yangqing committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    d5f1a50 View commit details
    Browse the repository at this point in the history
  5. Print blob L1 norms during forward/backward passes and updates if

    new "debug_info" field in SolverParameter is set.
    jeffdonahue committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    149a176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6999711 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #796 from jeffdonahue/solver-debug-info

    Print blob debug info during training if SolverParameter "debug_info" field is set
    jeffdonahue committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    0e3d970 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. Configuration menu
    Copy the full SHA
    4fe16db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c424b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ed16b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #800 from jeffdonahue/zero-indexed-train-iter

    Make training iterations 0-indexed to display training loss in 0th iter
    jeffdonahue committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    4bd9489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d71c51 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #802 from jeffdonahue/caffe-bin-symlink

    Symlink to tool bins without the .bin extension
    Yangqing committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    a84ba3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aa8dca View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Update image_data_layer.cpp

    fix bug for getting new width
    alfredtofu committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    4f12cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e87d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #806 from jeffdonahue/travis-minimal-cuda

    speed up Travis build by installing only the CUDA subpackages necessary for building
    jeffdonahue committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    4d66551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6388b04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #807 from qipeng/dev

    relaxed timer test requirements
    jeffdonahue committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    f8f4294 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #805 from alfredtofu/dev

    Update image_data_layer.cpp
    Yangqing committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    86cc3e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fc6ff3 View commit details
    Browse the repository at this point in the history
  8. fixing comment

    Yangqing committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    ad5ce91 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #733 from longjon/pycaffe-tweaks

    pycaffe fixes
    shelhamer committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    d842f4a View commit details
    Browse the repository at this point in the history
  10. lint

    Yangqing committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    cd1313f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #812 from Yangqing/sweep

    gflags 2.1 bugfix (or rather a hack).
    sergeyk committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    7752032 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbc507e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65c9c4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    416a7a1 View commit details
    Browse the repository at this point in the history
  15. make "all" the default target

    "all" is the right default since it builds the library itself.
    define "everything" after it.
    shelhamer committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    dff2023 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #813 from sergeyk/dev

    Fix for bug in HDF5 Output Layer
    sergeyk committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    05314ff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    2e48c3f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    fdb1903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f314022 View commit details
    Browse the repository at this point in the history
  4. add h/w kernel size, stride, and pad for non-square filtering

    while keeping everything working as-is.
    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    edf438a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d44fe7 View commit details
    Browse the repository at this point in the history
  6. test rectangular im2col

    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    909e4d8 View commit details
    Browse the repository at this point in the history
  7. fix GPU indexing

    Thanks to @ejaz-izy's debugging in
    #505 (comment)
    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    ca4482c View commit details
    Browse the repository at this point in the history
  8. test non-square filters by separable convolution of Sobel operator

    Compute the G_x kernel of the Sobel operator as a full filter and as
    separable filters to check the rectangular filter output.
    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    dadeb99 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #505 from shelhamer/non-square-filters

    Non-square Filters and Separated Stride and Padding
    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    5542cf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    374218a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #820 from geenux/dev-fixmake

    Fix choice of MKL directory from Makefile.config
    shelhamer committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    c5bde07 View commit details
    Browse the repository at this point in the history
  12. Add NetState message with phase, level, stage; NetStateRule message with

    filtering rules for Layers.
    jeffdonahue committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    c2b74c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b883356 View commit details
    Browse the repository at this point in the history
  14. Incorporate NetState{,Rule} into Solver/Net. Net::FilterNet

    includes/excludes layers based on whether the NetState meets each
    layer's NetStateRule(s).
    jeffdonahue committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    cb4555c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e526e2d View commit details
    Browse the repository at this point in the history
  16. Merge pull request #734 from jeffdonahue/all-in-one-net

    All-in-one nets
    jeffdonahue committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    16b7b25 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #710 from geenux/dev

    Cleanup pthread code for data layers
    jeffdonahue committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    8b7964b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    41a5637 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6485be0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    afa09ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #823 from jeffdonahue/hdf5output-gpu-fix

    Apply HDF5OutputLayer fix to GPU version
    jeffdonahue committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    9fd4f52 View commit details
    Browse the repository at this point in the history
  3. [docs] install update: dependencies, CPU-only, Ubuntu 14.04

    - update dependency versions
    - document CPU-only build
    - add Ubuntu 14.04 details
    - include LMDB
    - warn about defective CUDA driver series 331.*
    shelhamer committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    4496258 View commit details
    Browse the repository at this point in the history
  4. link OpenBLAS as blas

    OpenBLAS is most easily configured by `update-alternatives` or other
    symlink strategies.
    
    See #314 (comment)
    shelhamer committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    62bbc41 View commit details
    Browse the repository at this point in the history
  5. [docs] contact us on webpage

    sergeyk authored and shelhamer committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    a08faf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0428913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f0e38a View commit details
    Browse the repository at this point in the history
  8. [docs] announce caffe-users

    shelhamer committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    d726338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4dece5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #825 from shelhamer/mailing-list

    Announce caffe-users mailing list
    jeffdonahue committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    446aa21 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Configuration menu
    Copy the full SHA
    ee03ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c15185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2b8f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb8a6f View commit details
    Browse the repository at this point in the history
  5. lint

    qipeng committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    d78a8de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21d1d91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc4e1d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2014

  1. Configuration menu
    Copy the full SHA
    737b79e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #839 from jeffdonahue/test-dropout-ratio

    Test that DropoutLayer obeys dropout_ratio
    jeffdonahue committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    d9a500f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8880ac8 View commit details
    Browse the repository at this point in the history
  4. Add tests for phase filtering according to Caffe singleton phase

    (currently failing as FilterNet ignores the singleton phase).
    jeffdonahue committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    81e240b View commit details
    Browse the repository at this point in the history
  5. Fix speedtest (and possibly other tools) by setting the net phase to the

    current Caffe::phase() unless explicitly specified in the state.
    jeffdonahue committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    4cece16 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #840 from jeffdonahue/fix-net-speedtest

    Fix speed test tool (and possibly others); add script to speedtest imagenet
    jeffdonahue committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    b6980eb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2014

  1. Merge pull request #834 from qipeng/dev

    Included cmath in common.hpp to avoid isnan complaints from the xcode co...
    Yangqing committed Aug 3, 2014
    Configuration menu
    Copy the full SHA
    6b6b9b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Configuration menu
    Copy the full SHA
    db286e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #848 from netheril96/random

    Fix and improve multiple places about random number generation and shuffling
    jeffdonahue committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    7bf2268 View commit details
    Browse the repository at this point in the history
  3. modified test_concat_layer.cpp

    zszhong authored and jeffdonahue committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    5f520af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36fd64c View commit details
    Browse the repository at this point in the history
  5. Add (momentum) SGD solver tests to check that learning rate, weight

    decay, and momentum are implemented properly on a least squares problem.
    jeffdonahue committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    b08729e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #855 from jeffdonahue/sgd-solver-test

    SGDSolver tests
    jeffdonahue committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    7b54598 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Add "lintclean" target to remove current lint outputs -- forces lint to

    be run again next time "make lint" is run.
    jeffdonahue committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    6786385 View commit details
    Browse the repository at this point in the history
  2. Enable the 'build/include_alpha' rules to make lint check that the

    includes are correctly alphabetized.
    jeffdonahue committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    bd28879 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    92f00dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1faaa3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #859 from beam2d/fix-cifar-lrn-region

    Fix conflict on setting of LRN layers between train/test net and deploy net
    jeffdonahue committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    6764e22 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #856 from jeffdonahue/lint-tweaks

    add header alphabetization to lint checks
    jeffdonahue committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    d1d499d View commit details
    Browse the repository at this point in the history
  7. define caffe.Net input preprocessing members by boost::python

    define `Net.{mean, input_scale, channel_swap}` on the boost::python side
    so that the members always exist. drop ugly initialization logic.
    shelhamer committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    99f27fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c87b92 View commit details
    Browse the repository at this point in the history
  9. [example] fix example outputs

    With the right input processing, the actual image classification output
    is sensible.
    
    - filter visualization example's top prediction is "tabby cat"
    - net surgery fully-convolutional output map is better
    
    Fix incorrect class names too.
    shelhamer committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    943b98e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1eb982 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. fix pycaffe input processing

    - load an image as [0,1] single / np.float32 according to Python convention
    - fix input scaling during preprocessing:
      - scale input for preprocessing by `raw_scale` e.g. to map an image
        to [0, 255] for the CaffeNet and AlexNet ImageNet models
      - scale feature space by `input_scale` after mean subtraction
      - switch examples to raw scale for ImageNet models
      - fix #525
    - preserve type after resizing.
    - resize 1, 3, or K channel images with special casing between
      skimage.transform (1 and 3) and scipy.ndimage (K) for speed
    shelhamer committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    d5c3cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b3413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f77269 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db9478 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #816 from shelhamer/pycaffe-labels-grayscale-attrs…

    …-examples
    
    Improve and polish pycaffe
    shelhamer committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    52d7a48 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. clarify the license and copyright terms of the project

    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.
    shelhamer committed Aug 7, 2014
    2 Configuration menu
    Copy the full SHA
    9410e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b97b88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72effc0 View commit details
    Browse the repository at this point in the history
  4. lint for copyright

    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    e788eae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #868 from shelhamer/license-copyright

    Clarify the license and copyright terms of the project
    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    a7d279e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51074e9 View commit details
    Browse the repository at this point in the history
  7. rename tools

    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    de6123c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8eb05e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa08494 View commit details
    Browse the repository at this point in the history
  10. give usage message for caffe cli

    - call format
    - commands
    - flags
    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    3655aa9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8634885 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c46d79 View commit details
    Browse the repository at this point in the history
  13. comment caffe cli

    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    7dcf592 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76633d3 View commit details
    Browse the repository at this point in the history
  15. fix deprecation warnings

    shelhamer committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    e3de3d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13d625b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b07be0 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #872 from shelhamer/caffe-tool

    Improve caffe tool
    jeffdonahue committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    5ed0df2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    285f615 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Configuration menu
    Copy the full SHA
    c9fd660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a6b0b View commit details
    Browse the repository at this point in the history