forked from KevinMusgrave/pytorch-metric-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 874 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: PyTorch Metric Learning
nav:
- Home: index.md
- Distances: distances.md
- Losses: losses.md
- Miners: miners.md
- Reducers: reducers.md
- Regularizers: regularizers.md
- Samplers: samplers.md
- Trainers: trainers.md
- Testers: testers.md
- Utils:
- Accuracy Calculation: accuracy_calculation.md
- Inference Models: inference_models.md
- Logging Presets: logging_presets.md
- Common Functions: common_functions.md
- Distributed: distributed.md
- How to extend this library:
- Custom losses: extend/losses.md
theme:
name: 'material'
palette:
primary: 'red'
accent: 'red'
markdown_extensions:
- codehilite
- toc:
permalink: true
- attr_list
repo_name: 'KevinMusgrave/pytorch-metric-learning'
repo_url: 'https://github.com/KevinMusgrave/pytorch-metric-learning'