Jeff Donahue
5592e59fbf
Merge pull request #2917 from ajkl/patch-2
...
fixing the database param
2016-01-27 10:43:29 -08:00
David Larson
7146e59634
[examples] fix link to feature visualization notebook
2015-08-20 15:18:03 -07:00
Ajinkya Kale
3c6485a95e
fixing the database param
...
The example talks about LevelDB as the db backend but has lmdb as the param in the execution.
2015-08-13 17:10:46 -07:00
Evan Shelhamer
6d92d8fcfe
[examples] fix link to point to new tutorial notebook
2015-07-16 21:31:23 -07:00
Jeff Donahue
e6c80dac40
Upgrade existing nets using upgrade_net_proto_text tool
...
Restore comments afterwards
2015-02-05 15:17:24 -08:00
Kevin James Matzen
a1ea5ba4b2
Updated extract_features to take a leveldb/lmdb config option.
2014-10-14 19:31:30 -04:00
Sergey Karayev
d5e9739e52
updating feature extraction example
2014-09-04 03:59:14 +01:00
Sergey Karayev
59fafb1f0d
[docs] default setting for layout
2014-09-04 01:45:07 +01:00
Kai Li
3c9a13c5cd
Move transform param one level up in the proto to reduce redundancy
2014-09-03 13:25:22 +08:00
Evan Shelhamer
45262c8099
upgrade model definitions for transformation params
2014-08-21 22:20:21 -07:00
Evan Shelhamer
2d2055a4b2
[examples] fix links in feature extraction
2014-08-11 16:40:02 -07:00
Sergey Karayev
9c3710eddb
[docs] sorting of examples. if doesn’t work for you, update jekyll.
2014-08-11 15:09:53 -07:00
Sergey Karayev
9c61462cac
back-merging [docs] changes and web demo [example] addition; updating
...
net_surgery example to new format
Conflicts:
docs/getting_pretrained_models.md
docs/index.md
2014-07-12 09:25:23 -07:00
Sergey Karayev
0de282ce21
[docs] moved example md’s to examples/**/md’s and added script to gather
...
them for publication
2014-07-11 13:49:07 -07:00
Sergio
8d4dacf6d9
Now AccuracyLayer only computes accuracy, one should use LossLayers to compute loss
...
Changed all val.prototxt in examples to add a LossLayer to compute loss in Test
2014-06-20 19:56:18 -07:00
Jeff Donahue
8198585b4a
rollback previous commit adding version number to NetParameter -- going
...
a different route
2014-03-27 23:42:29 -07:00
Jeff Donahue
23bfeeb143
add NetParameter required version number as breaking change for
...
V0NetParameter
2014-03-27 23:42:29 -07:00
Jeff Donahue
85b9e82197
regenerate imagenet_val feature extraction prototxt with missing
...
IMAGE_DATA params
2014-03-27 23:42:29 -07:00
Jeff Donahue
fafa50564b
upgrade remaining prototxts
2014-03-27 23:42:28 -07:00
Sergey Karayev
3b51aab66d
Fix to #161
...
- signficantly change the documentation file
- link to it from index.md
- remove the image resizing script, since (a) it does not work, (b) is obviated by using ImagesLayer
- add sample prototxt that uses ImagesLayer.
2014-03-19 21:25:44 -07:00
Kai Li
44ebe29015
Removing feature binarization and image retrieval examples
2014-03-19 23:08:51 +08:00
Kai Li
a967cf5d29
Move binarize_features, retrieve_images to examples/feauture_extraction
2014-03-19 23:04:42 +08:00