forked from dllllb/pytorch-lifestream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (34 loc) · 1.44 KB
/
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
32
33
34
35
36
site_name: PyTorch-LifeStream
nav:
- Welcome: index.md
- 'User Guide':
- 'Sequential Data':
- 'Sequential Data Definition': 'sequential_data_definition.md'
- 'Feature naming': 'feature_naming.md'
- 'How to guide':
- 'Hyperparameters tuning': 'tuning.md'
- 'Data preparation (coming soon)': '#'
- 'Sequential model creation (coming soon)': '#'
- 'Frameworks usage (coming soon)': '#'
- 'Encoder training (coming soon)': '#'
- 'Inference (coming soon)': '#'
- 'ptls':
- 'ptls.preprocessing': 'ptls_preprocessing.md'
- 'ptls.data_load':
- 'dataset pipeline': 'data_load/date_pipeline.md'
- 'padded batch': 'data_load/padded_batch.md'
- 'datasets': 'data_load/datasets.md'
- 'ptls.nn':
- 'trx_encoder': 'nn/trx_encoder.md'
- 'seq_encoder': 'nn/seq_encoder.md'
- 'head': 'nn/head.md'
- 'pb': 'nn/pb.md'
- 'ptls.frames':
- 'common usage pattern': 'frames/common_usage.md'
- 'coles': 'frames/coles.md'
- 'vicreg': 'frames/vicreg.md'
- 'cpc': 'frames/cpc.md'
- 'bert': 'frames/bert.md'
- 'supervised': 'frames/supervised.md'
- 'inference': 'frames/inference.md'
theme: readthedocs