Evan Shelhamer
faccb9a2fb
arrange example images, update paths, bring back imagenet_pretrained
2014-03-18 23:58:28 -07:00
Evan Shelhamer
d124b8ffe8
drop models/ in favor of examples/
...
Move the Caffe reference imagenet model and script to fetch it to
examples/imagenet.
Caffe bundles reference models, but it makes more sense to keep them
close to examples.
2014-03-18 14:03:05 -07:00
Sergey Karayev
34e04cf7a9
removing notebooks in docs, updating instructions
2014-03-18 11:17:51 -07:00
Evan Shelhamer
974215d982
Merge pull request #226 from longjon/imagenet-vis
...
Layer-by-layer visualization example
2014-03-17 23:11:45 -07:00
Evan Shelhamer
da3c9972bf
Draft CIFAR-10 doc and cleanup example
...
This is a work-in-progress. A full tutorial should be written up at
some point.
2014-03-17 23:10:45 -07:00
Jonathan L Long
708181affc
Add ImageNet Lena filter visualization example
2014-03-17 21:56:50 -07:00
chyojn
6b2106765f
remove specific device id from solver proto
2014-03-01 11:40:49 +08:00
chyojn
f4d65f4468
move model's pad layer into conv layer; add script to create db and train net by 80sec and 18pct model
2014-03-01 11:24:16 +08:00
chyojn
77fae0cbde
add cifar10 80sec and 18pct models, according to convnet
2014-03-01 11:24:16 +08:00
Evan Shelhamer
32fb3337a9
Back-merge documentation updates from master
...
Draft development guidelines, link from README
minor readme polish
add hardware notes to installation
outline pull request etiquette
polish doc build and deploy and allow other remotes
fix path for mnist leveldb creation
fix examples shell scripts: too many dollar signs, not enough coffee
fix formatting + notebook url of 8c245b5
update detection example post re-arrangement in #124
2014-02-28 13:49:44 -08:00
Evan Shelhamer
93806dd5ce
fix path for mnist leveldb creation
2014-02-26 20:06:21 -08:00
Evan Shelhamer
af21c0f7f4
fix examples shell scripts: too many dollar signs, not enough coffee
2014-02-26 20:03:46 -08:00
Evan Shelhamer
57d94cca76
fix formatting + notebook url of 8c245b5
2014-02-26 19:51:52 -08:00
Jeff Donahue
8c58e415b4
fix linter errors in examples
2014-02-26 15:42:39 -08:00
linmin
ab1e05fa7c
unified to padding aware version
...
remove test code (no longer needed and won't compile)
2014-02-26 15:41:58 -08:00
linmin
2848aa1f8d
remove padding layers in imagenet definitions
2014-02-26 15:41:58 -08:00
linmin
6cd2cd2077
add code to measure timing
2014-02-26 15:41:57 -08:00
linmin
60bb4d4916
add test code to test the padding aware im2col col2im functions
2014-02-26 15:41:57 -08:00
Evan Shelhamer
9b2aca4474
bring imagenet docs back to reality
...
- fix paths
- replace shell command blocks with scripts
- file ipython notebooks in examples
- proofread
2014-02-26 12:37:47 -08:00
Evan Shelhamer
026ccd76a0
fix + rename lenet training script
2014-02-26 12:37:46 -08:00
Evan Shelhamer
bb07c06af9
harmonize imagenet example, name caffe reference model CaffeNet
2014-02-26 12:37:46 -08:00
Evan Shelhamer
20833e05cc
fix mnist, add deploy net example
2014-02-26 12:37:46 -08:00
Evan Shelhamer
9b3f2d9409
TODO cifar example
2014-02-26 12:37:46 -08:00
Evan Shelhamer
04f61b320d
everything in its right place
2014-02-26 12:37:46 -08:00
Evan Shelhamer
2ec698b2b3
file models
2014-02-26 12:37:45 -08:00
Evan Shelhamer
8806380d3d
fix mnist comments in cifar example
2014-02-26 12:37:45 -08:00
Evan Shelhamer
4f1cdeb4ef
Make tools/ for core binaries, stow scripts/ in tools/extra
...
Collect core Caffe tools like train_net, device_query, etc. together in
tools/ and include helper scripts under tools/extra.
2014-02-26 12:37:44 -08:00
Evan Shelhamer
650b7b16db
file mnist
2014-02-26 12:37:44 -08:00
Sergey Karayev
f486b934a9
selective_search_demo final updated version
2014-02-13 01:22:02 -08:00
Sergey Karayev
99ecba3a82
Updated detection demo notebook.
...
- Works with new detector.py
- Everything is run automatically from cells.
2014-02-13 01:03:35 -08:00
Sergey Karayev
45f213032b
moving selective_search_demo notebook to examples/
2014-02-12 23:58:21 -08:00
Kai Li
ffd2d7c51c
Set data_size_initialized to true after data_size is initialized
2014-02-12 16:15:08 +08:00
Kai Li
7219dbb121
Check data size when converting images into leveldb
2014-02-11 19:40:21 +08:00
sguada
9775cc2593
More detailed net_speed_benchmark
2014-02-07 09:55:57 -08:00
Evan Shelhamer
a039ff6486
Merge pull request #70 from petewarden/buffer-overflow
...
Fix for buffer overflow problem with long filenames when setting up the LevelDB
2014-02-05 13:13:12 -08:00
Sergio Guadarrama
3206784b09
Rename devicequery.cpp to device_query.cpp
...
Match filename and usage
2014-02-05 11:09:00 -08:00
Pete Warden
5b4d91d76e
Fix for buffer overflow problem with long filenames when setting up the LevelDB
2014-02-04 17:20:57 -08:00
Sergio Guadarrama
c767129755
Update devicequery.cpp
...
Changed Copyright
2014-02-03 13:07:37 -08:00
sguada
4a72528620
Added device_query.cpp to examples/ to get basic information about the current GPU device or other device_id
2014-02-03 12:41:55 -08:00
Kai Li
9494fe2b49
Save the last batch of data in image set conversion
2014-01-28 01:58:09 -08:00
Evan Shelhamer
b31b3167d5
fix ImageNet solver max iteration typo
...
max iteration no. is 450,000 (= 90 epochs)
caught by @SWu
https://github.com/BVLC/caffe/pull/33#issuecomment-33175810
2014-01-25 22:33:18 -08:00
Evan Shelhamer
e54bd1be09
cleanup whitespace
2014-01-19 14:34:12 -08:00
Jeff Donahue
cec0eb1b4c
change imagenet_val batch size from 200 to intended 50
2013-12-22 13:13:47 -08:00
Sergey Karayev
c850cc06c7
fixed bug that renormalized window crops on second resize
2013-12-05 19:12:50 -08:00
Yangqing Jia
32adcebe68
renaming"
2013-12-05 09:38:11 -08:00
Yangqing Jia
ca3e042863
Several changes:
...
changed the paths for the mnist demo
removed unused fields in SolverParameter
added solver_mode to specify CPU/GPU solving
accordingly, removed the set mode code in the examples code
removed examples/test_read_imagenet since it is trivial
removed get_cifar script since no cifar demo exists.
2013-12-02 15:44:43 -08:00
Yangqing Jia
67e2c9d94f
convert script: spacing
2013-12-01 16:38:24 -08:00
Yangqing Jia
2cf5431785
net speed benchmark: set device 0
2013-11-26 10:59:06 -08:00
Yangqing Jia
04f5224cc2
remove remaining distributed solver stuff
2013-11-21 11:18:34 -08:00
Yangqing Jia
db5fb24356
Merge branch 'master' of github.com:Yangqing/caffe
2013-11-19 11:06:12 -08:00