summaryrefslogtreecommitdiff
path: root/docs/tutorial/interfaces.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/interfaces.md')
-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.