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

Detection #13

Open
wants to merge 1,092 commits into
base: master
Choose a base branch
from
Open

Detection #13

wants to merge 1,092 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 6, 2015

  1. minor fixes

    yjxiong committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    0b389ee View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. List protobuf-compiler dependency in the correct place (it is in the …

    …package managers for both 14.04 and 12.04)
    semitrivial committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    58b114f View commit details
    Browse the repository at this point in the history
  2. imported video data layer

    lmwang committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    d7407af View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Fix CMake typos

    No functional changes, just fixing whitespace errors and typos in
    comments
    lukeyeager committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    a08bfb5 View commit details
    Browse the repository at this point in the history
  2. add fixed corner crop support.

    yjxiong committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    ead0392 View commit details
    Browse the repository at this point in the history
  3. add fixed corner crop support.

    yjxiong committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    f539b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b583a4c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Add action recognition contents
    yjxiong committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    582499e View commit details
    Browse the repository at this point in the history
  6. Merge pull request BVLC#2716 from lukeyeager/cmake-typos

    [build] fix CMake typos
    shelhamer committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    b41dd87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7093b0b View commit details
    Browse the repository at this point in the history
  8. Merge pull request BVLC#2714 from philkr/python3_netspec

    Making the net_spec python3 compatible
    longjon committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    96179ca View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Update README.md

    yjxiong committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    a97b976 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    e8a5c4c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Update README.md

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    0e2d7a8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    1ef277c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    4f008e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request BVLC#2712 from semitrivial/master

    List protobuf-compiler dependency in the correct place (it is in the …
    jeffdonahue committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    ff4e286 View commit details
    Browse the repository at this point in the history
  5. experimental multi-scale cropping support.

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    3eb1332 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …action_recog
    lmwang committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    b993fda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5a0e95 View commit details
    Browse the repository at this point in the history
  8. multi-scale bug fix

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    b2742ca View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master'

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    0c2b994 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into data_parallel

    Conflicts:
    	CMakeLists.txt
    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    99b4f51 View commit details
    Browse the repository at this point in the history
  11. multi-scale bug fix

    yjxiong committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    4ef1979 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2015

  1. Configuration menu
    Copy the full SHA
    00013c7 View commit details
    Browse the repository at this point in the history
  2. multi-scale bug fix

    yjxiong committed Jul 11, 2015
    Configuration menu
    Copy the full SHA
    e481636 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2015

  1. add corner crop and multiscale

    lmwang committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    99c67b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6950c42 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yjxiong committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    8d54662 View commit details
    Browse the repository at this point in the history
  4. remove redundant cropping settings.

    yjxiong committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    d6120bc View commit details
    Browse the repository at this point in the history
  5. resolve conlict of multi-scale and mean file

    yjxiong committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    c7815f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Update README.md

    yjxiong committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    8fbff97 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    305ce56 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Merge remote-tracking branch 'origin/data_parallel' into action_recog

    Conflicts:
    	src/caffe/data_transformer.cpp
    wanglimin committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    6e4ced0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. add is_flow in data_tranformer layer

    lmwang committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    d7aea0b View commit details
    Browse the repository at this point in the history
  2. modified gather_layer

    lmwang committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    9a9e249 View commit details
    Browse the repository at this point in the history
  3. solve the confict

    lmwang committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    0716374 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2015

  1. add configurable multiscale

    yjxiong committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    ec7b130 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/data_parallel' into action_recog

    Conflicts:
    	src/caffe/data_transformer.cpp
    lmwang9527 committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    470b58f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …action_recog
    
    Conflicts:
    	src/caffe/data_transformer.cpp
    	src/caffe/proto/caffe.proto
    lmwang9527 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    3e9d3df View commit details
    Browse the repository at this point in the history
  2. resolve merge issues

    lmwang9527 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    ba03b68 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. Configuration menu
    Copy the full SHA
    c02f6a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. releasing UCF101 model and configurations.

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    7377a6d View commit details
    Browse the repository at this point in the history
  2. releasing UCF101 model and configurations.

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    0f59fd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1607d0d View commit details
    Browse the repository at this point in the history
  4. finish releasing UCF101 models.

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    13a392e View commit details
    Browse the repository at this point in the history
  5. added proejct site for ucf101 report.

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    97a32d0 View commit details
    Browse the repository at this point in the history
  6. fix typo

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    f77895b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    yjxiong committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    1ce0fb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e7fae6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    175c0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Update vgg_16_rgb_train_val_fast.prototxt

    Limin Wang committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    af00258 View commit details
    Browse the repository at this point in the history
  2. Update vgg_16_flow_train_val_fast.prototxt

    Limin Wang committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    8a16357 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Update readme.md

    yjxiong committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    c55174e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. add matlab test code for action recognition

    lmwang committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    e41bca5 View commit details
    Browse the repository at this point in the history
  2. fix demo.m

    lmwang committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    bea2d3d View commit details
    Browse the repository at this point in the history
  3. update rbg_mean.mat

    lmwang committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    62eb43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4f862 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'data_parallel' into action_recog

    yjxiong committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    bef1459 View commit details
    Browse the repository at this point in the history
  6. fix rgb_mean.mat

    lmwang committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    fdc32ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c4ea49 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. solve testing issues

    yjxiong committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    98494fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'data_parallel' into action_recog

    yjxiong committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    84e80ab View commit details
    Browse the repository at this point in the history
  3. Update README.md

    add Places205 samples.
    yjxiong committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    c6f9c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

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

Commits on Aug 26, 2015

  1. initial implementation finished.

    yjxiong committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    33af902 View commit details
    Browse the repository at this point in the history
  2. background comm implemented. Incorrect perforamance.

    Need param owner handling.
    yjxiong committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    fbbd635 View commit details
    Browse the repository at this point in the history
  3. cp

    yjxiong committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    6f58275 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. results corrected. locking conflict solved.

    yjxiong committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    8cd6459 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Update vgg_16_rgb_train_val_fast.prototxt

    Limin Wang committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    aa35a08 View commit details
    Browse the repository at this point in the history
  2. possible memleak. iter_size issue

    yjxiong committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    3f30c78 View commit details
    Browse the repository at this point in the history
  3. Update vgg_16_flow_train_val_fast.prototxt

    Limin Wang committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    b01756e View commit details
    Browse the repository at this point in the history
  4. Update vgg_16_rgb_train_val_fast.prototxt

    Limin Wang committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    dfd2333 View commit details
    Browse the repository at this point in the history
  5. memleak resolved. wrapped code in USE_MPI macro

    yjxiong committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    18608b6 View commit details
    Browse the repository at this point in the history
  6. remove redundant code

    yjxiong committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    a4ef029 View commit details
    Browse the repository at this point in the history
  7. no need for boost 1.55 for now

    yjxiong committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    99ef931 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Configuration menu
    Copy the full SHA
    ac821ab View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Merge branch 'bg_comm' into data_parallel

    Conflicts:
    	include/caffe/layer.hpp
    	src/caffe/layers/gather_layer.cpp
    	src/caffe/layers/gather_layer.cu
    yjxiong committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    218f1d7 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 218f1d7
    Merge: 7e974de ac821ab
    Author: yjxiong <[email protected]>
    Date:   Mon Sep 7 14:00:15 2015 +0800
    
        Merge branch 'bg_comm' into data_parallel
    
        Conflicts:
        	include/caffe/layer.hpp
        	src/caffe/layers/gather_layer.cpp
        	src/caffe/layers/gather_layer.cu
    
    commit ac821ab
    Author: yjxiong <[email protected]>
    Date:   Thu Sep 3 19:13:39 2015 +0800
    
        mpi_thread_serialized works properly with current ver.
    
    commit 99ef931
    Author: yjxiong <[email protected]>
    Date:   Tue Sep 1 21:19:34 2015 +0800
    
        no need for boost 1.55 for now
    
    commit a4ef029
    Author: yjxiong <[email protected]>
    Date:   Tue Sep 1 17:18:59 2015 +0800
    
        remove redundant code
    
    commit 18608b6
    Author: yjxiong <[email protected]>
    Date:   Tue Sep 1 16:56:21 2015 +0800
    
        memleak resolved. wrapped code in USE_MPI macro
    
    commit 3f30c78
    Author: yjxiong <[email protected]>
    Date:   Tue Sep 1 11:27:18 2015 +0800
    
        possible memleak. iter_size issue
    
    commit 8cd6459
    Author: yjxiong <[email protected]>
    Date:   Mon Aug 31 16:57:52 2015 +0800
    
        results corrected. locking conflict solved.
    
    commit 6f58275
    Author: yjxiong <[email protected]>
    Date:   Wed Aug 26 23:29:28 2015 +0800
    
        cp
    
    commit fbbd635
    Author: yjxiong <[email protected]>
    Date:   Wed Aug 26 21:45:55 2015 +0800
    
        background comm implemented. Incorrect perforamance.
        Need param owner handling.
    
    commit 33af902
    Author: yjxiong <[email protected]>
    Date:   Wed Aug 26 20:12:27 2015 +0800
    
        initial implementation finished.
    
    commit 7e974de
    Author: lxx1991 <[email protected]>
    Date:   Wed Aug 19 21:44:06 2015 +0800
    
        experimental batch normalization
    yjxiong committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    91ee558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac117ad View commit details
    Browse the repository at this point in the history
  4. Update README.md

    yjxiong committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    4fafa60 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    yjxiong committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    5547704 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Update README.md

    yjxiong committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    411f38d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. Update data_transformer.cpp

    fix the bug of horizontal flipping of optical flow
    Limin Wang committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    bda5241 View commit details
    Browse the repository at this point in the history
  2. Update data_transformer.cpp

    Limin Wang committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    4598606 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yjxiong committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    b08c711 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Update README.md

    yjxiong committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    e111b0a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. fix Gather layer bug when USE_MPI is disabled.

    yjxiong committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    f5ea4ef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'data_parallel' into action_recog

    yjxiong committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    990a729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    032ef41 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. add "exp10" lr_policy

    yjxiong committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    0a03a24 View commit details
    Browse the repository at this point in the history
  2. within-shard shuffle implemented.

    yjxiong committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    72a886a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. minor fixes

    yjxiong committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    77169c4 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    yjxiong committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    69944ad View commit details
    Browse the repository at this point in the history
  3. lr_policy typo

    yjxiong committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    354ca5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31d2f55 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. initial upgrade to cudnnv3, fwd only

    yjxiong committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    e3fefd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. supported cudnn_v3

    yjxiong committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    a61e075 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cudnn3' into action_recog

    yjxiong committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    ff4e486 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yjxiong committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    6206e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. reduce cuDNN mem consumption in Testing.

    yjxiong committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    3b53d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d121be0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Update README.md

    yjxiong committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    f0f1dc3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    b4c7435 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. refine crop/scale code

    yjxiong committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    2e6c2fa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. add scatter layer and related logics

    yjxiong committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    88cd584 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. add more cropping options

    yjxiong committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    fe2c9cd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. try to fix cudnn buffer allocation

    yjxiong committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    b08cfe8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Merge branch 'action_recog' into data_parallel

    yjxiong committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    96a7236 View commit details
    Browse the repository at this point in the history
  2. refactored cudnn wrapper.

    yjxiong committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    c38a5bd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Update README.md

    yjxiong committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    10f17bf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. add normalize, smoothL1Loss layers

    yjxiong committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    4cdc768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f5a37 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    99449d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. expose phase to python layer

    yjxiong committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    2d3945c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. force releasing opencv mat

    yjxiong committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    a1585e1 View commit details
    Browse the repository at this point in the history
  2. minor change

    yjxiong committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    c30c998 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. add python prefetch thread registry

    yjxiong committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    09ceecf View commit details
    Browse the repository at this point in the history
  2. finish prefetch cpp side

    yjxiong committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    868b3c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. Update README.md

    yjxiong committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    a444264 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    ec7ee95 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. python layer prefetch tested

    yjxiong committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    214bfee View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …action_recog
    yjxiong committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    b864508 View commit details
    Browse the repository at this point in the history
  2. remove redundant logging

    yjxiong committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    03ed316 View commit details
    Browse the repository at this point in the history
  3. remove faulty include

    yjxiong committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    c402f23 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Update README.md

    yjxiong committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    fb43a7b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. fix testing bug when crop_size not specified

    yjxiong committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    db9fabe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Fix CuDNNConvolutionLayer for cuDNN v4

    Add a macro to check the current cuDNN version
    
    (cherry picked from commit eb2b848)
    flx42 authored and yjxiong committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b739b97 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …action_recog
    yjxiong committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fb0c5da View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Add cudnn BN

    Cysu committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    0eee271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ade90d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d0315 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from Cysu/cudnn-bn

    CuDNN Batch Normalization Layer
    yjxiong committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    15c86f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Update README.md

    yjxiong committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    a309135 View commit details
    Browse the repository at this point in the history
  2. Create CHANGELOG.md

    yjxiong committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    f536113 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    yjxiong committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    b5d15a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Configuration menu
    Copy the full SHA
    9d3f308 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Configuration menu
    Copy the full SHA
    31a3bca View commit details
    Browse the repository at this point in the history
  2. Fix a bug

    Cysu committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    c1339de View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Merge pull request #18 from Cysu/cudnn-find-algo

    Find the best cudnn conv algorithm during runtime
    yjxiong committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    ec26910 View commit details
    Browse the repository at this point in the history
  2. add gloable runtime optimizaiton for cudnn conv

    yjxiong committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    c263c06 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. minor fix for stable optimiz

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    1e2e358 View commit details
    Browse the repository at this point in the history
  2. change mem_tick design

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    8a61e5c View commit details
    Browse the repository at this point in the history
  3. fix zero richness

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    d017226 View commit details
    Browse the repository at this point in the history
  4. fix zero richness

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    e34037b View commit details
    Browse the repository at this point in the history
  5. change default richness setting

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    be6306e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #19 from yjxiong/runtime_optim_cudnn

    add gloabal runtime optimizaiton for cudnn conv
    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    69f1b6d View commit details
    Browse the repository at this point in the history
  7. Minor change

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    b927156 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    e4b9c40 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    5fa731c View commit details
    Browse the repository at this point in the history
  10. Remove earlier updates

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    08e8033 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    10ee85e View commit details
    Browse the repository at this point in the history
  12. Update README.md

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    5fdfd26 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    d0677f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06dc7be View commit details
    Browse the repository at this point in the history
  15. enable travis ci

    Yuanjun Xiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    5b9ba73 View commit details
    Browse the repository at this point in the history
  16. enable travis ci

    Yuanjun Xiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    c5c5d50 View commit details
    Browse the repository at this point in the history
  17. fix travis build

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    fa59f0a View commit details
    Browse the repository at this point in the history
  18. fix travis

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    991bdcd View commit details
    Browse the repository at this point in the history
  19. fix travis compile failure

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    876042e View commit details
    Browse the repository at this point in the history
  20. disable lint on travis

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    7aafb2a View commit details
    Browse the repository at this point in the history
  21. cannot run make runtime on travis with CUDA

    yjxiong committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    31536b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Merge pull request #20 from yjxiong/travis

    enable Travis CI to track build problems.
    yjxiong committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    cc38aa2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    yjxiong committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    efa1289 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. fix restart crash by removing global reference.

    yjxiong committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    e061fd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from yjxiong/fix/cudnn_lib_crash

    fix restart crash by removing global reference.
    yjxiong committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    973c5d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Configuration menu
    Copy the full SHA
    b1f5620 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from Cysu/cudnn-bn

    Switch back to Caffe engine when freeze BN
    yjxiong committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    e56d172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    742ed61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from Cysu/cudnn-bn

    Fix the bug that BN running mean and std have weight decay by default
    yjxiong committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    79f7451 View commit details
    Browse the repository at this point in the history
  5. Generate BN inference model

    Cysu committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    6dd11ea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Configuration menu
    Copy the full SHA
    f4ebd91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from Cysu/cudnn-bn

    Generate BN inference model
    yjxiong committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    a418398 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Python wrappers for temporal/spatial prediction

    Chuck Cho committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    f25b523 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. added keyword arguments

    Chuck Cho committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    f34a16c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Merge pull request #28 from chuckcho/action_recog_python_wrapper

    Python wrappers for temporal/spatial prediction
    yjxiong committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    67904d0 View commit details
    Browse the repository at this point in the history
  2. Fix the checking of shared param

    Cysu committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    241f7fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from Cysu/fix-shared-param

    Fix the checking of shared param
    yjxiong committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    ba053c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2016

  1. Configuration menu
    Copy the full SHA
    e1de4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec55f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Update README.md

    yjxiong committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    2fe7caa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    89bc738 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Update data_transformer.cpp

    modified flow mirror
    wanglimin committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    a25a24b View commit details
    Browse the repository at this point in the history
  2. Update data_transformer.cpp

    wanglimin committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    2767017 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Fix bugs in CUDNN BN layer

    Cysu committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    bbedb27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from Cysu/fix-cudnn-bn

    Fix bugs in CUDNN BN layer
    Cysu committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    b4fc873 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Sync loss when test

    Cysu committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    203f24d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Merge pull request #48 from Cysu/fix-test-sync-loss

    Sync loss when test
    yjxiong committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    6ed67a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Update VideoSpatialPrediction.py

    No need to reverse channel orders as the images are read by OpenCV python.
    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    4f99d7e View commit details
    Browse the repository at this point in the history
  2. fix broken tests with cuDNN

    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    36bc68a View commit details
    Browse the repository at this point in the history
  3. add support for ROIPooling layers

    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    d8568ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from yjxiong/fix/cudnn_test

    fix broken tests with cuDNN
    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    eacddc5 View commit details
    Browse the repository at this point in the history
  5. guard roi pooling tests with GPU only macro

    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    3d04a73 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'action_recog' of github.com:yjxiong/caffe into roi_pool…

    …ing_layers
    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    9d1a274 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51 from yjxiong/roi_pooling_layers

    add support for ROIPooling layers
    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    3ce4495 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    yjxiong committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    5a23d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2016

  1. add scale and bias layers

    yjxiong committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    a5cc263 View commit details
    Browse the repository at this point in the history
  2. add scale and bias layers

    yjxiong committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    1ea015c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Update video_data_layer.cpp

    fix bug when video is very short
    wanglimin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    02c496e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. add batch red layer

    yjxiong committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    c2622fc View commit details
    Browse the repository at this point in the history
  2. bread tested

    Yuanjun Xiong committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    e629d3e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. add gpu implementation

    yjxiong committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    51adf35 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. set zero

    Yuanjun Xiong committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    c9ae4f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …bread
    yjxiong committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    e7ed649 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. add custom file patterns for video data.

    yjxiong committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    20f6070 View commit details
    Browse the repository at this point in the history
  2. Update travis_install.sh

    yjxiong committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e0292c8 View commit details
    Browse the repository at this point in the history
  3. Update travis_install.sh

    yjxiong committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    473c9f5 View commit details
    Browse the repository at this point in the history
  4. fix cpu build

    yjxiong committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    6fa6382 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. new reduction options.

    yjxiong committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    a4c0c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. fix bugs when the video has only frame

    yjxiong committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    6bd56ae View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. init cudnn_v5 support

    yjxiong committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    8a44477 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Fix cudnn bn implementation

    Cysu committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    a1bd9af View commit details
    Browse the repository at this point in the history
  2. cpu bn changes. cudnn frozen support.

    yjxiong committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    04495ed View commit details
    Browse the repository at this point in the history
  3. remove older bn related changes.

    yjxiong committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    6baf2e8 View commit details
    Browse the repository at this point in the history
  4. Fix frozen backward

    Cysu committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    686e1bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0074a02 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. update bn_convert script

    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    82737f5 View commit details
    Browse the repository at this point in the history
  2. typo

    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    de7eb2e View commit details
    Browse the repository at this point in the history
  3. typo

    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    e2ebce1 View commit details
    Browse the repository at this point in the history
  4. add epsilon option

    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    f519bcf View commit details
    Browse the repository at this point in the history
  5. enable google-style data augmentation.

    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    2f14344 View commit details
    Browse the repository at this point in the history
  6. Cudnn v5 Support (#71)

    * init cudnn_v5 support
    
    * Fix cudnn bn implementation
    
    * cpu bn changes. cudnn frozen support.
    
    * remove older bn related changes.
    
    * Fix frozen backward
    
    * Unit test for BN and cudnn BN layers
    
    * update bn_convert script
    
    * typo
    
    * typo
    
    * add epsilon option
    
    * document updates
    yjxiong committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    89777d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    026da79 View commit details
    Browse the repository at this point in the history
  2. use our BN engine in frozen model

    yjxiong committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    77d0cf6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'action_recog' of https://github.com/yjxiong/caffe into …

    …action_recog
    yjxiong committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    ed2cc56 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. init mem optimizer

    yjxiong committed May 10, 2016
    Configuration menu
    Copy the full SHA
    a15058b View commit details
    Browse the repository at this point in the history
  2. fix share diff cases.

    yjxiong committed May 10, 2016
    Configuration menu
    Copy the full SHA
    201fcd3 View commit details
    Browse the repository at this point in the history
  3. share conv buffer and use fastest mode

    yjxiong committed May 10, 2016
    Configuration menu
    Copy the full SHA
    c12d530 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Configuration menu
    Copy the full SHA
    5fd5910 View commit details
    Browse the repository at this point in the history
  2. fix topk bug

    yjxiong committed May 17, 2016
    Configuration menu
    Copy the full SHA
    fe898dd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. fix snapshot and mem opt time

    yjxiong committed May 18, 2016
    Configuration menu
    Copy the full SHA
    331349f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Configuration menu
    Copy the full SHA
    b67600b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca349b View commit details
    Browse the repository at this point in the history
  3. improve mem

    yjxiong committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8d9fca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Update README.md

    yjxiong authored Jun 10, 2016
    Configuration menu
    Copy the full SHA
    f02f23e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Improve the python interface (#80)

    * Fix boost shared_ptr issue in python interface
    
    * Default output model name for bn convert style script
    
    * Fix bugs in generation bn inference model
    
    * Script to convert inner product to convolution
    
    * Script to do polyak averaging
    Cysu authored and yjxiong committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    b301fa0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Update README.md

    yjxiong authored Jul 16, 2016
    Configuration menu
    Copy the full SHA
    b5e2b3c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Reuse data memory if not propagate down (#86)

    * Specify whether bottom and top blobs are sharing data
    
    * Reuse data memory if not propagate down
    
    * Skip a layer if no_mem_opt is set
    
    * Fix a bug and add optimize_mem enum
    
    * Code formatting
    Cysu authored and yjxiong committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    823a7c7 View commit details
    Browse the repository at this point in the history
  2. readme and comments

    yjxiong committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    be90db6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/org_size_processing' into mem

    Conflicts:
    	src/caffe/layers/cudnn_bn_layer.cu
    yjxiong committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    3721b02 View commit details
    Browse the repository at this point in the history
  4. more comments

    yjxiong committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    34665f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Update README.md (#95)

    ae86208 authored and yjxiong committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    c0d6a03 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. Update README.md

    yjxiong authored Jul 30, 2016
    Configuration menu
    Copy the full SHA
    587df4d View commit details
    Browse the repository at this point in the history
  2. add TOC

    yjxiong authored Jul 30, 2016
    Configuration menu
    Copy the full SHA
    42b9db8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    c0d200b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'action_recog' into mem

    Conflicts:
    	README.md
    yjxiong committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    70cb98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f971cdb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. standardize memory optimization configurations (#99)

    * improvise memory opt configs
    
    * take care of share data with excluded blob
    yjxiong authored Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4506029 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Split MPI comm by specified groups (#101)

    Thanks!
    Cysu authored and yjxiong committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    f1fb673 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. untrimmednet push

    wanglimin committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    08c6c8c View commit details
    Browse the repository at this point in the history