Tutorial #5310

Open
wants to merge 28 commits into
from

Conversation

Projects
None yet
4 participants

No description provided.

jeffdonahue and others added some commits Feb 4, 2016

@jeffdonahue jeffdonahue Update brewing LogReg notebook to include creating solvers in notebook
Remove precreated solvers
f456f7a
@shelhamer shelhamer 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
18e857c
@longjon longjon [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.
2a0eb2d
@longjon longjon [data] get_mnist.sh rewrite; prevents prompt in tutorial notebooks b8641e0
@longjon longjon [tutorial] updates to 01-learning-lenet
Subheadings and minor edits.
99b8b31
@shelhamer shelhamer add simple intro for notebook sanity check 415e37b
@jeffdonahue jeffdonahue Comment out downloading MNIST data 223a198
@jeffdonahue jeffdonahue update finetuning notebook format (to v4) 38239d6
@jeffdonahue jeffdonahue 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
f3d3a7b
@shelhamer shelhamer rearrange notebooks: drop logreg, surgery from sequence 7df0c77
@shelhamer shelhamer notebook: first sip runs CaffeNet (only simpler choice is lenet) 36f6436
@jeffdonahue jeffdonahue reorganized and added section headers to finetuning notebook babf74b
@shelhamer shelhamer lenet notebook: no chdir for idempotency cdaa49c
@shelhamer shelhamer lenet notebook: title accuracy plot, ip -> fc, name output 01fc99c
@shelhamer shelhamer lenet notebook: lmdb workaround f9f313b
@shelhamer shelhamer lenet notebook: add experimentation section d911573
@jeffdonahue jeffdonahue finetuning notebook -- fix memory use issues due to lingering solvers d2475b0
@shelhamer shelhamer fine-tuning: clear output 445a197
@shelhamer shelhamer fine-tuning notebook: no chdir for idempotency 3439ce8
@shelhamer shelhamer update completed notebooks 8673d53
@shelhamer shelhamer classification notebook: drop some layers from visualization 364e7d8
@shelhamer shelhamer classification notebook: choose your own for the default 868d425
@shelhamer shelhamer intro notebook: classify coffee image + include completed 4e8ea99
@jeffdonahue jeffdonahue rm lib{crypto,ssl} version warnings 2a6ecfb
@jeffdonahue jeffdonahue more FT notebook tweaks
- move label processing up to setup section
- also rerun the first image through the trained net
cff1b8f
@jeffdonahue jeffdonahue FT notebook: fix deprecated solver type specification a354a37
@shelhamer shelhamer fine-tuning notebook: comment out data download -- bundled with lab
44b4b28
@shelhamer shelhamer fix fine-tuning notebook: overeagerly commented out earlier
db69fa3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment