minor fixes to docs
authorSergey Karayev <sergeykarayev@gmail.com>
Thu, 4 Sep 2014 00:43:35 +0000 (01:43 +0100)
committerSergey Karayev <sergeykarayev@gmail.com>
Thu, 4 Sep 2014 02:59:14 +0000 (03:59 +0100)
docs/index.md
docs/model_zoo.md
examples/classification.ipynb
examples/detection.ipynb
examples/filter_visualization.ipynb
examples/net_surgery.ipynb

index 83ba236..af4b50c 100644 (file)
@@ -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 />
index 490bb68..5fd3ecf 100644 (file)
@@ -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.
index 7c01b9e..9c9d247 100644 (file)
@@ -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,
index e162041..62263b6 100644 (file)
@@ -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,
index 4d69dc0..abf4c0d 100644 (file)
@@ -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,
index 336c845..0854018 100644 (file)
@@ -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,