-
- move label processing up to setup section - also rerun the first image through the trained net
-
-
-
-
shelhamer committed
Feb 16, 2016 -
-
shelhamer committed
Feb 16, 2016 -
-
lenet notebook: lmdb workaround
shelhamer committedFeb 16, 2016 -
lenet notebook: title accuracy plot, ip -> fc, name output
shelhamer committedFeb 16, 2016 -
lenet notebook: no chdir for idempotency
shelhamer committedFeb 16, 2016
-
rearrange notebooks: drop logreg, surgery from sequence
shelhamer committedFeb 15, 2016 -
-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 -
update finetuning notebook format (to v4)
jeffdonahue committedFeb 15, 2016
-
-
-
[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.
-
- 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
-
Update brewing LogReg notebook to include creating solvers in notebook
Remove precreated solvers
-
Merge pull request #3624 from drnikolaev/bvlc-print-gpu-names
Nicely prints gpu names
-
-
Merge pull request #3587 from junshi15/distribute_proto
Include proto definition in distribute dir
-
Merge pull request #3545 from gdh1995/relative-path-for-soft-links
use relative paths on making build/tools/ links
-
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
-
Merge pull request #2917 from ajkl/patch-2
fixing the database param
-
Merge pull request #3022 from jeffdonahue/expose-param-display-names
Net: expose param_display_names_