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

Deployment bug-fix #1036

Open
wants to merge 148 commits into
base: devel
Choose a base branch
from
Open

Deployment bug-fix #1036

wants to merge 148 commits into from

Commits on Jan 27, 2016

  1. Added AdaGrad and AdaDelta solvers. First implementation of solver in…

    …terface for simplenn. (Missing: DAG, unit tests.)
    Jotaf committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    10ba7ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into new-solvers

    Jotaf committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    88d4b63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e7172 View commit details
    Browse the repository at this point in the history
  4. Added solver interface to cnn_train_dag.

    Joao Henriques committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    2b6f2ed View commit details
    Browse the repository at this point in the history
  5. Improved nnsolvers unit test, added DAG tests.

    Joao Henriques committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    dc6f749 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into new-solvers

    Joao Henriques committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    85cc7f7 View commit details
    Browse the repository at this point in the history
  7. Fixed nnsolvers in GPU mode.

    Joao Henriques committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    e723803 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Added RMSProp. Tweaked the epsilon position in AdaGrad (literature va…

    …ries).
    
    RMSProp is unpublished, this implementation is based on Karpathy's lecture notes:
    http://cs231n.github.io/neural-networks-3/
    Joao Henriques committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    6d4c944 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Merge branch 'master' into new-solvers

    Joao Henriques committed May 6, 2016
    Configuration menu
    Copy the full SHA
    7fef669 View commit details
    Browse the repository at this point in the history
  2. documentation, backwards-compatible momentum option

    Joao Henriques committed May 6, 2016
    Configuration menu
    Copy the full SHA
    0c429d8 View commit details
    Browse the repository at this point in the history
  3. update unit tests

    Joao Henriques committed May 6, 2016
    Configuration menu
    Copy the full SHA
    1c21b66 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. different default hyper-params for each solver, same as in torch. imp…

    …roved documentation on learning rates.
    Joao Henriques committed May 8, 2016
    Configuration menu
    Copy the full SHA
    bbe444d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. renamed momentum and state to solverState in cnn_train/dag; fixed uni…

    …t tests; minor documentation tweaks
    Joao Henriques committed May 11, 2016
    Configuration menu
    Copy the full SHA
    394f639 View commit details
    Browse the repository at this point in the history
  2. remove unneded code

    Joao Henriques committed May 11, 2016
    Configuration menu
    Copy the full SHA
    b3598e0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. add a moving average option to AdaGrad, which avoids the monotonic de…

    …crease of update magnitudes to 0
    Joao Henriques committed May 12, 2016
    Configuration menu
    Copy the full SHA
    0ec8114 View commit details
    Browse the repository at this point in the history
  2. AdaGrad: running sum with decay instead of moving average (which does…

    …n't quite work)
    Joao Henriques committed May 12, 2016
    Configuration menu
    Copy the full SHA
    09c771e View commit details
    Browse the repository at this point in the history
  3. correct default hyperparam

    Joao Henriques committed May 12, 2016
    Configuration menu
    Copy the full SHA
    fb0b626 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. fix options for custom solvers

    Joao Henriques committed May 13, 2016
    Configuration menu
    Copy the full SHA
    f866715 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Configuration menu
    Copy the full SHA
    8088635 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'devel' into new-solvers

    Conflicts:
    	examples/cnn_train.m
    	examples/cnn_train_dag.m
    lenck committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    9ad2008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0711d24 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Merge branch 'master' of bitbucket.org:ovl/matconvnet

    Hakan Bilen committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    8ccdc96 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Makefile: bug fix: make sure that specified CUDA libraries are linked…

    … instead of the MATLAB default ones
    vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    05c36ab View commit details
    Browse the repository at this point in the history
  2. fast r-cnn: adds region of interest pooling

    Hakan Bilen authored and vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    5bdb22a View commit details
    Browse the repository at this point in the history
  3. fast r-cnn: adds demo

    Hakan Bilen authored and vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    3eb8102 View commit details
    Browse the repository at this point in the history
  4. fast r-cnn: adds import script

    Hakan Bilen authored and vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    041e8a9 View commit details
    Browse the repository at this point in the history
  5. cnn_train_*: skips void updates

    Hakan Bilen authored and vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    d579313 View commit details
    Browse the repository at this point in the history
  6. Xcode: sync

    vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    86b7a1c View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    c2cb3a9 View commit details
    Browse the repository at this point in the history
  8. fast-rcnn: cleanup

    vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    733b083 View commit details
    Browse the repository at this point in the history
  9. beta22->beta23

    vedaldi committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    b098d06 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b62b96d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Merge branch 'master' of bitbucket.org:ovl/matconvnet

    Hakan Bilen committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    e791bae View commit details
    Browse the repository at this point in the history
  2. Fix names

    Hakan Bilen committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    7990df5 View commit details
    Browse the repository at this point in the history
  3. Add xVOCap

    Hakan Bilen committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    ab371b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Change eval to FRCNN style

    Hakan Bilen committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    0be8088 View commit details
    Browse the repository at this point in the history
  2. Add comments to eval

    Hakan Bilen committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    eedfc01 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Fix bbox regression

    Hakan Bilen committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    2d7bcee View commit details
    Browse the repository at this point in the history
  2. Remove ap_auc

    Hakan Bilen committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    64e9b45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9415b3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of bitbucket.org:ovl/matconvnet

    Hakan Bilen committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    86f3af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    e0004ac View commit details
    Browse the repository at this point in the history
  2. Incorporate bbox meanstd

    Hakan Bilen committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3336632 View commit details
    Browse the repository at this point in the history
  3. Clean up

    Hakan Bilen committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    afe1be7 View commit details
    Browse the repository at this point in the history
  4. Fix bbox reg

    Hakan Bilen committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8262097 View commit details
    Browse the repository at this point in the history
  5. more on default models

    vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    df7d476 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5372113 View commit details
    Browse the repository at this point in the history
  7. Fix a minor bug in roipool

    Hakan Bilen authored and vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    1846751 View commit details
    Browse the repository at this point in the history
  8. Minor improvement

    Hakan Bilen authored and vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b428184 View commit details
    Browse the repository at this point in the history
  9. Demo shows on original

    Hakan Bilen authored and vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    72389fe View commit details
    Browse the repository at this point in the history
  10. fixed missing *-pascal07-*.mat

    thelinuxmaniac authored and vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    381905a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf1c043 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bff8e8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6337e3f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ebaa6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ca8f06 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17f802f View commit details
    Browse the repository at this point in the history
  17. pretrained.md: fixes

    vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    9b9f1bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6aba90b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9154a1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d3dae9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f0f1d4c View commit details
    Browse the repository at this point in the history
  22. mode2dot.m: bugfix

    vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    4ef4e52 View commit details
    Browse the repository at this point in the history
  23. doc: pretrained.md: fixes

    vedaldi committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    01242b3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    452f087 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4ce2871 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    32bf09c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e347c75 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. COPYING: fixes

    vedaldi committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    35a23bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26eed46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55ceb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad3ed7a View commit details
    Browse the repository at this point in the history
  5. fixed pooling comment in doc

    albanie committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    c820607 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. rename a parameter in dagnn

    Vita Bel committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    ed214c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

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

Commits on Oct 24, 2016

  1. added opts.postEpochFn=@myfunc option to cnn_train, which may be used…

    … for custom debug plots or to dynamically change learning rates
    Joao Henriques committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    effc875 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. fix vl_nnloss doc ('logisticlog' -> 'logistic')

    Joao Henriques committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    ff513ed View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Fixed vlfeat#722 vlfeat#743

    Bug with windows compilation. Added the backport code to compat.h.
    lenck committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    3ac854b View commit details
    Browse the repository at this point in the history
  2. Fix for linux compilation.

    lenck committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a5db5e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    563edcd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Fixes vlfeat#694, libjpeg not aborted once a libjpeg error found.

    Plus added a bit more helpful messages for non-existent images.
    lenck committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    f90ed2d View commit details
    Browse the repository at this point in the history
  2. Fixes vlfeat#744.

    Incorrect documentation for `logistic` loss.
    lenck committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    829798d View commit details
    Browse the repository at this point in the history
  3. Fixes once more the issue vlfeat#552.

    Added a bit more explanations for this decision to prevent future miscommunication.
    lenck committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    7ee8d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d248531 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Fixed the vl_imreadjpeg.m help string.

    Did not show fully in MATLAB due to additional newline.
    lenck committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    efa978b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Merge branch 'master'

    Conflicts:
    	examples/cnn_train.m
    	examples/cnn_train_dag.m
    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e53837a View commit details
    Browse the repository at this point in the history
  2. fix some errors introduced when merging

    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c8d650d View commit details
    Browse the repository at this point in the history
  3. fix subtle bug in Nesterov momentum (by using standard instead of in-…

    …place accumulation)
    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    ecf6e00 View commit details
    Browse the repository at this point in the history
  4. further improvements to solvers

    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    784967a View commit details
    Browse the repository at this point in the history
  5. formatting

    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    661b149 View commit details
    Browse the repository at this point in the history
  6. fix plotDiagnostics for solvers with non-numeric state

    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    110092b View commit details
    Browse the repository at this point in the history
  7. same random seed for consistent unit tests

    Joao Henriques committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    5b4af28 View commit details
    Browse the repository at this point in the history
  8. ADAM solver

    Seems to work for training the Variational autoencoder. Yet to add unit tests etc.
    aravindhm committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7b1712a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Unit tests Adam solver

    10 tests passed.
    aravindhm committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    d8c173d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Merge branch 'master'

    Joao Henriques committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    4e2f662 View commit details
    Browse the repository at this point in the history
  2. Merged in new-solvers (pull request vlfeat#21)

    Joao Henriques committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    4adcf54 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Update semilogy and plot

    You need to review this changes and run this example. The previous version was giving errors.
    oya163 authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    237b5dd View commit details
    Browse the repository at this point in the history
  2. Update cnn_mnist_experiment

    Changed the transpose so that it doesn't give any error. It displays both top1err and top5err for both BSLN and BNORM
    oya163 authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    ef68d3d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Minor

    Hakan Bilen committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    5cb496f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of bitbucket.org:ovl/matconvnet

    Hakan Bilen committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    4d73baf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c7aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Merge pull request vlfeat#805 from oya163/patch-1

    Updates the `cnn_mnis_experiment` launch script fixing the names of the error fields in the `cnn_train` output.
    lenck authored Dec 19, 2016
    Configuration menu
    Copy the full SHA
    663d545 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Fixed spelling mistake.

    lenck committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    0a235f3 View commit details
    Browse the repository at this point in the history
  2. Added a fix for the new version vl_imreadjpeg.

    Adds a `cropSize` element from the border value, used in previous versions.
    lenck committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    f3f3a7f View commit details
    Browse the repository at this point in the history
  3. Small improvements of cnn_train:

    * added epochSize option (number of samples per epoch, allows to adjust the epoch size without reducing training set size)
    * Stats are not saved in the eval mode
    * Added title to the diagnostics.
    lenck committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    3bd1306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0381d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6518b5 View commit details
    Browse the repository at this point in the history
  6. Bugfix.

    lenck committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    0f6412c View commit details
    Browse the repository at this point in the history
  7. Merged in caffe-dilate-fix (pull request vlfeat#26)

    added dilation to caffe Conv import (fixes vlfeat#816)
    lenck committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    c038636 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. fixed mnist bnorm initialization, where the previous conv layer's bia…

    …ses were not removed properly
    Joao Henriques committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    b570d83 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge branch 'master' of bitbucket.org:ovl/matconvnet

    Hakan Bilen committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    4eec6fa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Fix bug in support for empty train/val sets

    Joao Henriques committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    b4c57a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. fix bug that caused setting a solver to be ignored

    Joao Henriques committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    a9798bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5681a0b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Merged in smallTypos (pull request vlfeat#23)

    minor typo fixes to vl_imreadjpeg docs
    
    Approved-by: Karel Lenc
    Approved-by: Joao Henriques
    albanie authored and Joao Henriques committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    1a6a0e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

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

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    bf310fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e5057 View commit details
    Browse the repository at this point in the history
  3. fixed small issue ignoring doubles on MNIST unit test

    Joao Henriques committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    32aee3b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Small bugfix.

    lenck committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    69d07fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece81ef View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Configuration menu
    Copy the full SHA
    48ef227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc2c47 View commit details
    Browse the repository at this point in the history
  3. Added a PDist wrapper...

    lenck committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    e46fb0a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. refactoring.

    lenck committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    c04415d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269d9bf View commit details
    Browse the repository at this point in the history
  3. Merged in loss-improvements (pull request vlfeat#30)

    Loss improvements
    
    Approved-by: Joao Henriques <[email protected]>
    lenck authored and Joao Henriques committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    198faec View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Fixed interface quirk of vl_nnloss and vl_nnrelu (different from othe…

    …r vl_nn* functions)
    
    An empty derivative input was required in forward mode when passing additional parameters (e.g. vl_nnrelu(x, [], 'leak', 0.1), while in other functions the derivative is omitted.
    Joao Henriques committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    fbe2a45 View commit details
    Browse the repository at this point in the history
  2. Fixed bug in vl_taccum when argument b is a scalar

    Joao Henriques committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    2695827 View commit details
    Browse the repository at this point in the history
  3. Allow redirecting vl_testnn to different test suite dirs

    Joao Henriques committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    c19748a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Removed unnecessary try/catch.

    At the end, the original purpose of having a network all the time in
    a valid state does almost never works as the network fails on rebuild.
    The rethrow makes it harder to debug issues.
    lenck committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    677e51f View commit details
    Browse the repository at this point in the history
  2. Small bug fixes for loss.

    Loss.m: number of samples for spatial maps now handled correctly (instead of crashing).
    vl_nnpdist.m: Handles correctly aggregate for 4D tensors.
    lenck committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    4987ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dba39e View commit details
    Browse the repository at this point in the history
  4. Fix of the numerical derivatives for the vl_nnpdist.

    With aggregate -> single scalar, numerically the algorithm is even worse.
    Decreased the size of the input tensor.
    lenck committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    5cdfa2f View commit details
    Browse the repository at this point in the history
  5. Merged in toy-data-example (pull request vlfeat#28)

    Minimal training/custom IMDB example with toy data, and tensor visualization function
    
    * added cnn_toy_data example, and vl_tshow to visualize tensors
    
    * fix vl_tshow for ndims < 4
    
    * decouple toy image generation from IMDB creation, more realistic use-case
    
    * vl_tshow: allow setting parent axes and other properties
    
    * vl_tshow: replace hacky montage+padding with imagesc+grid, better scaling
    
    * moved files to examples/custom_imdb/
    Joao Henriques authored and vedaldi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    8420b7e View commit details
    Browse the repository at this point in the history
  6. Merged in vl_argparse-improvements (pull request vlfeat#31)

    Improvements to vl_argparse: 'field.subfield' syntax, ignore missing defaults (all optional)
    
    Approved-by: Samuel <[email protected]>
    Approved-by: Andrea Vedaldi <[email protected]>
    Joao Henriques authored and vedaldi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    23e9d96 View commit details
    Browse the repository at this point in the history
  7. Merged in docFix (pull request vlfeat#25)

    fixes dropout explanation
    
    updates vl_nndropout doc string to define rate as the
    probability that a variable is dropped.
    
    Approved-by: Andrea Vedaldi <[email protected]>
    albanie authored and vedaldi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    049e258 View commit details
    Browse the repository at this point in the history
  8. prepare for beta24

    vedaldi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    03442ce View commit details
    Browse the repository at this point in the history
  9. doc: fixes

    vedaldi committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    2e5d60e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Configuration menu
    Copy the full SHA
    3387ca9 View commit details
    Browse the repository at this point in the history
  2. Commented out unused bool variable which causes "Unused" warnings.

    Originally used only in debug mode. The bilinearsampler_gpu needs cleanup.
    lenck committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    24b8182 View commit details
    Browse the repository at this point in the history
  3. doc: minor fixes

    Makefile: upgrades default CUDA and MATLAB
    vedaldi committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    1b5cc3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0461a96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ea06fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c70ada View commit details
    Browse the repository at this point in the history
  7. doc: typo

    vedaldi committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    6221423 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

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