Permalink
Commits on Feb 19, 2016
  1. fix fine-tuning notebook: overeagerly commented out earlier

    shelhamer committed Feb 19, 2016
  2. fine-tuning notebook: comment out data download -- bundled with lab

    shelhamer committed Feb 19, 2016
Commits on Feb 18, 2016
Commits on Feb 16, 2016
  1. more FT notebook tweaks

    - move label processing up to setup section
    - also rerun the first image through the trained net
    jeffdonahue committed Feb 16, 2016
  2. update completed notebooks

    shelhamer committed Feb 16, 2016
  3. fine-tuning: clear output

    shelhamer committed Feb 16, 2016
Commits on Feb 15, 2016
  1. improve finetuning notebook:

        -make nets using net spec
        -solvers created inline as well
        -two-stage finetuning (first fc8 only, then end-to-end)
        -show a couple sample results
    jeffdonahue committed Feb 15, 2016
Commits on Feb 5, 2016
  1. [tutorial] updates to 01-learning-lenet

    Subheadings and minor edits.
    longjon committed Feb 5, 2016
  2. [tutorial] update to 00-classification notebook

    This pass adds subheadings, cleans up the text, adds comments and tries
    to make the code more understandable, and adds a new section summarizing
    steps and encouraging the user to try their own image.
    longjon committed Feb 5, 2016
Commits on Feb 4, 2016
  1. groom tutorial examples

    - include net surgery in sequence
    - drop detection entirely since it is not standard, and it is better to
      favor the true R-CNN / fast R-CNN / faster R-CNN
    - make new and complete editions of the notebooks so that users
      need to execute the examples to see output
    shelhamer committed Feb 4, 2016
Commits on Feb 3, 2016
  1. Merge pull request #3624 from drnikolaev/bvlc-print-gpu-names

    Nicely prints gpu names
    jeffdonahue committed Feb 3, 2016
  2. Nicely prints GPU names

    drnikolaev committed Feb 2, 2016
Commits on Jan 30, 2016
  1. Merge pull request #3587 from junshi15/distribute_proto

    Include proto definition in distribute dir
    shelhamer committed Jan 30, 2016
Commits on Jan 29, 2016
  1. Merge pull request #3545 from gdh1995/relative-path-for-soft-links

    use relative paths on making build/tools/ links
    jeffdonahue committed Jan 29, 2016
  2. use relative paths on making build/tools/ links

    The old uses `abspath`, which I think is so harmful:
    * If I `cp -a` the whole project, `build/tools/caffe` still refer to
        the old file, until `make clean`, making debugging very hard
    * For `tar` and `scp`, the soft links can not work
        unless the target project folder has the same path
    gdh1995 committed Jan 13, 2016
Commits on Jan 27, 2016
  1. Merge pull request #2917 from ajkl/patch-2

    fixing the database param
    jeffdonahue committed Jan 27, 2016
  2. Merge pull request #3022 from jeffdonahue/expose-param-display-names

    Net: expose param_display_names_
    jeffdonahue committed Jan 27, 2016