Skip to content

Commit

Permalink
minor fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk committed Sep 4, 2014
1 parent da715ea commit bc601e9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A 4-page report for the ACM Multimedia Open Source competition.
- [Installation instructions](/installation.html)<br />
Tested on Ubuntu, Red Hat, OS X.
* [Model Zoo](/model_zoo.html)<br />
BVLC suggests a standard distribution format for Caffe models, and provides trained models for non-commercial use.
BVLC suggests a standard distribution format for Caffe models, and provides trained models.
* [Developing & Contributing](/development.html)<br />
Guidelines for development and contributing to Caffe.
* [API Documentation](/doxygen/)<br />
Expand Down
2 changes: 2 additions & 0 deletions docs/model_zoo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
---
# Caffe Model Zoo

Lots of people have used Caffe to train models of different architectures and applied to different problems, ranging from simple regression to AlexNet-alikes to Siamese networks for image similarity to speech applications.
Expand Down
2 changes: 1 addition & 1 deletion examples/classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"description": "Use the pre-trained ImageNet model to classify images with the Python interface.",
"example_name": "ImageNet classification",
"include_in_docs": true,
"include_in_docs": true
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down
2 changes: 1 addition & 1 deletion examples/detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"description": "Run a pretrained model as a detector in Python.",
"example_name": "R-CNN detection",
"include_in_docs": true,
"include_in_docs": true
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down
2 changes: 1 addition & 1 deletion examples/filter_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"description": "Extracting features and visualizing trained filters with an example image, viewed layer-by-layer.",
"example_name": "Filter visualization",
"include_in_docs": true,
"include_in_docs": true
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down
2 changes: 1 addition & 1 deletion examples/net_surgery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"metadata": {
"description": "How to do net surgery and manually change model parameters, making a fully-convolutional classifier for dense feature extraction.",
"example_name": "Editing model parameters",
"include_in_docs": true,
"include_in_docs": true
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down

0 comments on commit bc601e9

Please sign in to comment.