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: release candidate #1112

Merged
merged 421 commits into from
Sep 19, 2014
Merged

Next: release candidate #1112

merged 421 commits into from
Sep 19, 2014
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 31, 2014

  1. minor changes to variable names and error messages + set default back…

    …ed in convert_mnist_data.cpp to lmdb
    mohomran committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    c98ed3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5615bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae8545 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1015 from mohomran/fixing_parse_log_script

    fix for tools/extra/parse_log.sh
    shelhamer committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    92f6c26 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1008 from mohomran/mnist_with_lmdb

    convert MNIST demo to lmdb, fixes
    shelhamer committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    8bf1e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. Merge pull request #1014 from longjon/cleaner-pycaffe

    Clean up pycaffe core
    shelhamer committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    c80c6f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe95024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7458b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f350aa View commit details
    Browse the repository at this point in the history
  5. Solver switching support & implementation of Nesterov's accelerated g…

    …radient and AdaGrad
    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    9d10569 View commit details
    Browse the repository at this point in the history
  6. restored vituals in solver.hpp

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    8a9c268 View commit details
    Browse the repository at this point in the history
  7. converted pointers to shared_ptr

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    ed8b1da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b3dde0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0144de6 View commit details
    Browse the repository at this point in the history
  10. bugfixes for AdaGrad

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    76ef2ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a683c40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0ec531 View commit details
    Browse the repository at this point in the history
  13. Addressed Yangqing's comments

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    3f7a910 View commit details
    Browse the repository at this point in the history
  14. fixes after rebase

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    23d4430 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29b3b24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f2e66e View commit details
    Browse the repository at this point in the history
  17. cleanup caffe.proto

    jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    dbb9296 View commit details
    Browse the repository at this point in the history
  18. Merge Test{SGD,AdaGrad,Nesterov}Solver; they become subclasses of

    TestGradientBasedSolver
    jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    f206c64 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1ff97c View commit details
    Browse the repository at this point in the history
  20. lint

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    06f335f View commit details
    Browse the repository at this point in the history
  21. Re-added solver switch into the new caffe main excutable; fixed AdaGr…

    …ad MNIST example
    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    a464df4 View commit details
    Browse the repository at this point in the history
  22. lint

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    36f9de4 View commit details
    Browse the repository at this point in the history
  23. hot fix for warning

    qipeng authored and jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    9722649 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5894f03 View commit details
    Browse the repository at this point in the history
  25. Add "test-on-train" stage to test accuracy on the training data; correct

    test_iter (should be 100 instead of 50)
    jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    b49b2d3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eaf28fe View commit details
    Browse the repository at this point in the history
  27. make MNIST autoencoder solvers start from base_lr 0.01 and step (much

    better performance) and terminate at iter 65K
    jeffdonahue committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    b0f97fd View commit details
    Browse the repository at this point in the history
  28. 2 Configuration menu
    Copy the full SHA
    88e1797 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    77d6661 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    396e4af View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Configuration menu
    Copy the full SHA
    ed13a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd8f37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e12d49 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1023 from longjon/unbreak-pycaffe

    Fix pycaffe break due to dropping {blob,layer}.name
    shelhamer committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    bf19aaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c6eb6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1025 from mohomran/minor_fix_to_mnist_solver_prot…

    …otxt
    
    Snapshot naming issue in mnist_autoencoder_solver_adagrad.prototxt
    shelhamer committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    cdcf888 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Configuration menu
    Copy the full SHA
    fea9f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee65a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6833dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b794cf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af0d24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f7c9b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c35ad2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    156a5a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c9a13c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05ade81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20c5992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09cfe1c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74fa879 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    725e98d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab1f9b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25ce7f5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4761072 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    858ad41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a08f111 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d8c93c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b256a76 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    17252db View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d15405a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    59eaba1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    eebf2e2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c34ed49 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3223ca4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ac9275b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    afba4e6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    55eebfd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9f58574 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c5d5308 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    57171b5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c3151bb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f2f73cf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    81eb2eb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c84908a View commit details
    Browse the repository at this point in the history
  38. syncedmem.hpp: \brief and todo

    jeffdonahue authored and shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    19cf385 View commit details
    Browse the repository at this point in the history
  39. solver.hpp: add \briefs

    jeffdonahue authored and shelhamer committed Sep 3, 2014
    1 Configuration menu
    Copy the full SHA
    4572663 View commit details
    Browse the repository at this point in the history
  40. net.hpp: Doxygen-format docs

    jeffdonahue authored and shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    9c31482 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    134e240 View commit details
    Browse the repository at this point in the history
  42. [docs] draft data

    shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    9f19030 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b367317 View commit details
    Browse the repository at this point in the history
  44. 1 Configuration menu
    Copy the full SHA
    09a1ce7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c4b9ec5 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #973 from shelhamer/tutorial-docs

    Document Caffe by a tour of key subjects + doxygen dev documentation
    shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    135786a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9302b1d View commit details
    Browse the repository at this point in the history
  48. Merge pull request #955 from kloudkl/data-layers

    Further simplify the data layers and extend the MemoryDataLayer.
    
    - design BaseDataLayer and BasePrefectingDataLayer for simplification
    - refactor DataLayer, ImageDataLayer, and WindowDataLayer
    - pull up `transform_param` into layer message for de-duplication
    - add transformation to MemoryDataLayer
    shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    f4727dc View commit details
    Browse the repository at this point in the history
  49. Update paths

    dgolden1 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    66acf92 View commit details
    Browse the repository at this point in the history
  50. Point to local file, not github file

    This makes the readme file more consistent
    dgolden1 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    be9a912 View commit details
    Browse the repository at this point in the history
  51. Correct reference to lenet_train_test.prototxt

    Not lenet.prototxt
    dgolden1 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    f9a6778 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a865a23 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #1031 from CellScope/mnist-tutorial-update

    fix MNIST tutorial details
    shelhamer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    945a849 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0766cd9 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b136da5 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #1033 from qipeng/dev

    [example] convert mnist name fix (crashes xcode compiler)
    jeffdonahue committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    dc259d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Configuration menu
    Copy the full SHA
    59fafb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1034 from sergeyk/dev

    [docs] default setting for layout
    shelhamer committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    4175104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e553573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcc12ef View commit details
    Browse the repository at this point in the history
  5. proofread model zoo

    shelhamer authored and sergeyk committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    39f7a4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84917d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a661001 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5e9739 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da715ea View commit details
    Browse the repository at this point in the history
  10. minor fixes to docs

    sergeyk committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    bc601e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6827bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51c4e6e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bdf516 View commit details
    Browse the repository at this point in the history
  14. add SILENCE layer -- takes one or more inputs and produces no output

    This is useful for suppressing undesired outputs.
    jeffdonahue authored and longjon committed Sep 4, 2014
    1 Configuration menu
    Copy the full SHA
    d8f56fb View commit details
    Browse the repository at this point in the history
  15. Merge pull request #624 from jeffdonahue/squash-layer

    SILENCE layer -- takes 1 or more inputs and produces no output (kudos to @longjon for fixup)
    jeffdonahue committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    f2324fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f7baf2b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d46f3cd View commit details
    Browse the repository at this point in the history
  18. Merge pull request #917 from sergeyk/model_zoo

    Define standard format for Caffe models to open the "model zoo"
    shelhamer committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    adbea64 View commit details
    Browse the repository at this point in the history
  19. HDF5 classification example

    sergeyk committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    e23ac45 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a857001 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f748aee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b5b02dc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. Configuration menu
    Copy the full SHA
    51dd4b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c78cdb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1040 from qipeng/solver-test-fix

    fix gradient-solver test by reducing iterations to relax precision
    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    46aa65e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1039 from sergeyk/dev

    [example] HDF5 classification
    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    ef042f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1036 from longjon/test-initialization-param

    Add test_initialization option to allow skipping initial test
    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    50d9d0d View commit details
    Browse the repository at this point in the history
  6. [docs] add titles

    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    e82e728 View commit details
    Browse the repository at this point in the history
  7. [docs] link tutorial

    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    530ec45 View commit details
    Browse the repository at this point in the history
  8. [docs] fix br code

    shelhamer committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    ec861a5 View commit details
    Browse the repository at this point in the history
  9. relu,sigmoid,tanh

    Yangqing committed Sep 5, 2014
    2 Configuration menu
    Copy the full SHA
    ced3a37 View commit details
    Browse the repository at this point in the history
  10. more blob details

    Yangqing committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    4880a2b View commit details
    Browse the repository at this point in the history
  11. fix leaky relu

    Yangqing committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    1f64148 View commit details
    Browse the repository at this point in the history
  12. update net

    Yangqing committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    cb4ae5e View commit details
    Browse the repository at this point in the history
  13. neuron layers doc

    Yangqing committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    f12a74a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2014

  1. conv and pooling

    Yangqing committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    f15fc36 View commit details
    Browse the repository at this point in the history
  2. more layers

    Yangqing committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    5eb8dd3 View commit details
    Browse the repository at this point in the history
  3. Added initial Hinge Loss

    sguada committed Sep 6, 2014
    Configuration menu
    Copy the full SHA
    3578d91 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. Configuration menu
    Copy the full SHA
    64fa7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd52392 View commit details
    Browse the repository at this point in the history
  3. add engine parameter for multiple computational strategies

    add `engine` switch to layers for selecting a computational backend when
    there is a choice. Currently the standard Caffe implementation is the
    only backend.
    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    a3dcca2 View commit details
    Browse the repository at this point in the history
  4. ifdef engine default

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    237560c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b4cd3 View commit details
    Browse the repository at this point in the history
  6. strategize pooling

    Scaffold engine switching for pooling.
    
    The Caffe pooling is instantiated without regard for engine in:
    - LRNLayer
    - PoolingLayer tests
    - StochasticPoolingLayer tests
    - MaxPoolingDropout tests
    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    6332376 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e8872d View commit details
    Browse the repository at this point in the history
  8. strategize softmax

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    dd958e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    791243f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    347fdbd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5605ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e05428f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e922d11 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1022 from shelhamer/engine

    Add engine switch to pick computational backend
    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    4a42528 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68849e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c099fd8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f977d0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85c9365 View commit details
    Browse the repository at this point in the history
  19. [docs] split layer params in required/optional

    Also, make the parameter name come first. This makes it much easier to
    find/scan parameters.
    longjon committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    853d65a View commit details
    Browse the repository at this point in the history
  20. [docs] in tutorial/layers, Options -> Parameters

    It sounds funny to have optional options, and "parameters" is more in
    line with the internal usage.
    longjon committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    40fa5be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1545628 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bd13f32 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cbc50e1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b37f4f9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3cf3df8 View commit details
    Browse the repository at this point in the history
  26. remove uses of tmpnam

    jeffdonahue committed Sep 7, 2014
    1 Configuration menu
    Copy the full SHA
    fb0a3d0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3182b1c View commit details
    Browse the repository at this point in the history
  28. 4 Configuration menu
    Copy the full SHA
    1cb7040 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    37e55fa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9086df9 View commit details
    Browse the repository at this point in the history
  31. add cuDNN to build

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    77d9124 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8819f59 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d1b38ee View commit details
    Browse the repository at this point in the history
  34. strategize cuDNN pooling

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    00f5fa6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    14a9198 View commit details
    Browse the repository at this point in the history
  36. strategize cuDNN softmax

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    84bd1f5 View commit details
    Browse the repository at this point in the history
  37. CUDNN_CHECK

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    9e3d86f View commit details
    Browse the repository at this point in the history
  38. report cuDNN error string

    shelhamer committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    c65d5a0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    359197b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. Configuration menu
    Copy the full SHA
    396da71 View commit details
    Browse the repository at this point in the history
  2. Fix more lint.

    jyegerlehner committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    a739cda View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1048 from jyegerlehner/conv_layer-init-weight

    Conv layer: fix crash by setting weight pointer
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    5ab3d97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1045 from akosiorek/origin/dev

    Fixed CMake building test objects multiple times
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    adaad52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68e2657 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1049 from niuzhiheng/dev

    Fixed CMake script of FindOpenBLAS.
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    ae85996 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1046 from shelhamer/cudnn

    cuDNN acceleration
    shelhamer committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    3bafe2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99c4ed5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d88103 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1044 from jeffdonahue/no-tmpnam

    change uses of tmpnam to mkstemp/mkdtemp
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    e855bb9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1050 from jeffdonahue/linecount-more

    linecount counts more dirs than just src/
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    8cfd587 View commit details
    Browse the repository at this point in the history
  12. Revert "call __signbit for CUDA >= 6.5 implementation" -- doesn't

    compile on OSX w/ CUDA 6.5
    
    This reverts commit 8819f59.
    jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    63bad31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc921bf View commit details
    Browse the repository at this point in the history
  14. Implemented elementwise max layer

    to3i authored and jeffdonahue committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    761c815 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6bda406 View commit details
    Browse the repository at this point in the history
  16. Added contrastive loss layer, associated tests, and a siamese network…

    … example using shared weights and the contrastive loss.
    Nick Carlevaris-Bianco committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    d149c9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Merge pull request #1053 from jeffdonahue/to3i-elem_max_layer

    rebase and fixup #688 from @to3i: elementwise max
    jeffdonahue committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    133b4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9c5bd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Merge pull request #1067 from bhack/lmdb

    Get lmdb from openldap
    jeffdonahue committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    15538f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce6e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f036ef4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1051 from jeffdonahue/travis-red-errors

    restore "red X" build failures in Travis
    jeffdonahue committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    c69b3b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Add ppa for gflag and glog

    ste-m5s committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    3a69e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

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

Commits on Sep 14, 2014

  1. Configuration menu
    Copy the full SHA
    d54846c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e294f6a View commit details
    Browse the repository at this point in the history
  3. Fix comments

    bhack committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    503ac0b View commit details
    Browse the repository at this point in the history
  4. Fix a little typo

    bhack committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    8de9ab0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1076 from kloudkl/cuda-6.5

    Update CUDA to version 6.5 in the Travis install script
    shelhamer committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    aa10e72 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1077 from bhack/glog_ppa

    Add ppa for gflag and glog
    jeffdonahue committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    2da6bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. fix caffe train GPU initialization

    Previously, the solver constructed nets before the caffe train tool read
    the --gpu flag, which can cause errors due to LayerSetUp executing on
    the wrong device (breaking cuDNN, for example).
    longjon committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    bbd166e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1083 from longjon/fix-solver-gpu-init

    Fix solver GPU initialization order (e.g., training with cuDNN on non-default device)
    shelhamer committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    1f4e039 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Configuration menu
    Copy the full SHA
    0120476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e6d977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d7310 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1091 from ronghanghu/fix_window_data_layer

    set up datum size for WindowDataLayer
    jeffdonahue committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    4b1f53c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1088 from shelhamer/fix-solverstate-filename

    Fix snapshot filename for solver states
    longjon committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    0fb2faf View commit details
    Browse the repository at this point in the history
  6. [Bugfix] Move error checking closer to file read

    Previously, if (height > 0 && width > 0) was true, the
    cv::resize() function would be called before cv_img_origin was
    confirmed valid; if the image file/filename was not valid, this
    caused an opencv assert error like this:
    
    terminate called after throwing an instance of 'cv::Exception'
      what():  /tmp/A3p0_4200_32550/batserve/A3p0/glnxa64/OpenCV/modules/imgproc/src/imgwarp.cpp:1725: error: (-215)
      ssize.area() > 0 in function resize
    dgolden1 committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    aecab61 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1093 from CellScope/io-cant-load-error-msg

    [fix] Move file reading error checking closer to actual file read command
    shelhamer committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    a77ca76 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

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

Commits on Sep 18, 2014

  1. Configuration menu
    Copy the full SHA
    1096dde View commit details
    Browse the repository at this point in the history
  2. test convolution against explicit reference implementation

    To thoroughly check convolution, the output is compared against a
    reference implementation by explicit looping. Simple and group
    convolution by the Caffe and cuDNN engines are checked against the
    reference.
    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    e4d48c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    355af16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ca362 View commit details
    Browse the repository at this point in the history
  5. [docs] lenet grooming

    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    9a7f0a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1100 from cNikolaou/issue1099

    Polish mnist + cifar10 examples.
    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    c3a69b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1104 from shelhamer/conv-comments-tests

    Document and Test Convolution
    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    8dac339 View commit details
    Browse the repository at this point in the history
  8. use Blob directly instead of shared_ptr for EltwiseLayer::max_idx_

    This is in keeping with #742.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    69bf6b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3194bb1 View commit details
    Browse the repository at this point in the history
  10. don't reallocate blobs when shrinking memory use

    This allows nets to be reshaped very quickly (essentially for free) as
    long as sufficient memory has been allocated. Calling Blob::Reshape in
    order to free up memory becomes impossible; however, this is not a
    normal use case (and deleting blobs does free memory).
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    4fff966 View commit details
    Browse the repository at this point in the history
  11. enable reshaping in the forward pass

    Note that calling Reshape when no reshape is necessary should be
    effectively a no-op, so this is not a performance regression.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    87de5ed View commit details
    Browse the repository at this point in the history
  12. separate setTensor4dDesc from createTensor4dDesc

    This will make it possible to add reshaping to cuDNN layers.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    5ce519c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7e8f2a View commit details
    Browse the repository at this point in the history
  14. split off Reshape for data layers

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    4b34c72 View commit details
    Browse the repository at this point in the history
  15. split off Reshape for loss layers

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    62bc0a8 View commit details
    Browse the repository at this point in the history
  16. split off Reshape for neuron layers

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    256209d View commit details
    Browse the repository at this point in the history
  17. split off Reshape for common layers

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    07d6246 View commit details
    Browse the repository at this point in the history
  18. split off Reshape for vision layers

    Note that we are dropping some checks from LRN layer. However, these
    checks are fairly redundant; something is very wrong if these layers
    are producing top blobs that are different sizes than their inputs, and
    tests are the right place to catch that. The thing that really should be
    checked (that isn't) is that that local_size needs to be odd; this will
    be added in a future commit.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    6c63b8c View commit details
    Browse the repository at this point in the history
  19. call Reshape in Layer::SetUp

    Strictly speaking, Reshape doesn't need to be called until the first
    Forward call; however, much existing code (especially tests) assumes
    that top blobs will be set up in SetUp, so we may as well do it there.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    d2de2ee View commit details
    Browse the repository at this point in the history
  20. default LayerSetUp to no-op instead of NOT_IMPLEMENTED

    Now that top blobs are set up in Layer::Reshape, it's Reshape that is
    mandatory, and simple layers often don't need to implement LayerSetUp.
    Reshape is (already) declared abstract, so not implementing it is a
    compile-time error.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    4f1b668 View commit details
    Browse the repository at this point in the history
  21. test net reshaping

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    db5bb15 View commit details
    Browse the repository at this point in the history
  22. include Reshape in caffe time

    Since we are now calling Reshape in the Forward pass, it's only fair to
    include it when timing. Reshape calls should normally be four or so
    orders of magnitude faster than Forward calls; this change also makes it
    easy to notice a mistake that causes something slow to happen in
    Reshape.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    24350a6 View commit details
    Browse the repository at this point in the history
  23. add Net::Reshape for only reshaping

    Note that it is not normally necessary to call this function when using
    reshapable nets, but sometimes it can be useful to compute the sizes of
    intermediate layers without waiting for the forward pass.
    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    490077e View commit details
    Browse the repository at this point in the history
  24. [pycaffe] expose Net::Reshape

    longjon authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    fdf2de1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0b5e11d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d833ab3 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #594 from longjon/layer-reshaping

    On-the-fly net resizing, without reallocation (where possible)
    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    8008533 View commit details
    Browse the repository at this point in the history
  28. [model zoo] download gist script

    sergeyk authored and shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    08d7f8c View commit details
    Browse the repository at this point in the history
  29. Merge pull request #1110 from sergeyk/dev

      [model zoo] download gist script
    shelhamer committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    58dce0e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. [model zoo] download from gist grooming

    - invoke by shell
    - default download dir to models/
    - save to flat dir of owner-gist instead of nested owner/gist
    shelhamer committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    4e02e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a507d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a920a14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e146423 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #959 from nickcarlevaris/contrastive_loss

      Add contrastive loss layer, tests, and a siamese network example
    shelhamer committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    7c3c089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    403b56b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89fd7da View commit details
    Browse the repository at this point in the history