Minor doc tweaks.
This commit is contained in:
parent
8560e23366
commit
67f676417f
|
@ -1,7 +1,9 @@
|
|||
# 0.1.1 (2015/10/15)
|
||||
# Release Notes
|
||||
|
||||
## 0.1.1 (2015/10/15)
|
||||
+ Fix debug mode of NaiveDlib alignment.
|
||||
+ Add util/prune-dataset.py for dataset processing.
|
||||
+ Correct Docker dependencies.
|
||||
|
||||
# 0.1.0 (2015/10/13)
|
||||
## 0.1.0 (2015/10/13)
|
||||
+ Initial release.
|
|
@ -57,6 +57,7 @@ Generate the t-SNE visualization with
|
|||
`./util/tsne.py <feature-directory> --names <name 1> ... <name n>`,
|
||||
where `name i` corresponds to label `i` from the
|
||||
left-most column in `labels.csv`.
|
||||
This corr
|
||||
This creates `tsne.pdf` in `<feature-directory>`.
|
||||
|
||||
# Visualizing layer outputs
|
||||
|
|
21
mkdocs.yml
21
mkdocs.yml
|
@ -11,12 +11,15 @@ extra_javascript:
|
|||
pages:
|
||||
- Home: index.md
|
||||
- Demos:
|
||||
- 1 - Real-time Web: demo-1-web.md
|
||||
- 2 - Comparison: demo-2-comparison.md
|
||||
- 3 - Classifier: demo-3-classifier.md
|
||||
- Accuracy: accuracy.md
|
||||
- Usage: usage.md
|
||||
- Models: models.md
|
||||
- DNN Training: training-new-models.md
|
||||
- Visualizations: visualizations.md
|
||||
- Setup: setup.md
|
||||
- Demo 1 - Real-time Web: demo-1-web.md
|
||||
- Demo 2 - Comparison: demo-2-comparison.md
|
||||
- Demo 3 - Training a Classifier: demo-3-classifier.md
|
||||
- User Guide:
|
||||
- Usage: usage.md
|
||||
- Setup: setup.md
|
||||
- DNN Models:
|
||||
- Accuracy: accuracy.md
|
||||
- Pre-Trained Models: models.md
|
||||
- Training a DNN Model: training-new-models.md
|
||||
- Visualizations: visualizations.md
|
||||
- Release Notes: release-notes.md
|
Loading…
Reference in New Issue