summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Hunter <ianfhunter@gmail.com>2015-12-09 13:29:01 +0000
committerIan Hunter <ianfhunter@gmail.com>2015-12-09 13:29:01 +0000
commitb13bda2fcc984ce916d4911c90f5466056f25092 (patch)
tree1e43478e4d0db372c471fa29b92c1b2fcc115379 /docs
parent03a00e8290df1bb40b5033c61992a3da527c51db (diff)
downloadcaffeonacl-b13bda2fcc984ce916d4911c90f5466056f25092.tar.gz
caffeonacl-b13bda2fcc984ce916d4911c90f5466056f25092.tar.bz2
caffeonacl-b13bda2fcc984ce916d4911c90f5466056f25092.zip
Update interfaces.md
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/interfaces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/interfaces.md b/docs/tutorial/interfaces.md
index 9006179d..d7ff3782 100644
--- a/docs/tutorial/interfaces.md
+++ b/docs/tutorial/interfaces.md
@@ -61,7 +61,7 @@ For a full example of fine-tuning, see examples/finetuning_on_flickr_style, but
The Python interface -- pycaffe -- is the `caffe` module and its scripts in caffe/python. `import caffe` to load models, do forward and backward, handle IO, visualize networks, and even instrument model solving. All model data, derivatives, and parameters are exposed for reading and writing.
-- `caffe.Net` is the central interface for loading, configuring, and running models. `caffe.Classsifier` and `caffe.Detector` provide convenience interfaces for common tasks.
+- `caffe.Net` is the central interface for loading, configuring, and running models. `caffe.Classifier` and `caffe.Detector` provide convenience interfaces for common tasks.
- `caffe.SGDSolver` exposes the solving interface.
- `caffe.io` handles input / output with preprocessing and protocol buffers.
- `caffe.draw` visualizes network architectures.