File tree 1 file changed +8
-8
lines changed
docs/source-fabric/examples
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,62 +12,62 @@ Examples
12
12
:description: Train an image classifier on the MNIST dataset
13
13
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/image_classifier
14
14
:col_css: col-md-4
15
- :height: 150
15
+ :height: 200
16
16
:tag: basic
17
17
18
18
.. displayitem ::
19
19
:header: Transformer Language Model
20
20
:description: A simple language model that learns to predict the next word in a sentence
21
21
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/language_model
22
22
:col_css: col-md-4
23
- :height: 150
23
+ :height: 200
24
24
:tag: basic
25
25
26
26
.. displayitem ::
27
27
:header: GAN
28
28
:description: Train a GAN that generates realistic human faces
29
29
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/dcgan
30
30
:col_css: col-md-4
31
- :height: 150
31
+ :height: 200
32
32
:tag: intermediate
33
33
34
34
.. displayitem ::
35
35
:header: Meta-Learning
36
36
:description: Distributed training with the MAML algorithm on the Omniglot and MiniImagenet datasets
37
37
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/meta_learning
38
38
:col_css: col-md-4
39
- :height: 150
39
+ :height: 200
40
40
:tag: intermediate
41
41
42
42
.. displayitem ::
43
43
:header: Large Language Models
44
44
:description: Pretrain a large language model (LLM)
45
45
:button_link: https://github.com/Lightning-AI/litgpt/blob/main/tutorials/pretrain_tinyllama.md
46
46
:col_css: col-md-4
47
- :height: 150
47
+ :height: 200
48
48
:tag: advanced
49
49
50
50
.. displayitem ::
51
51
:header: Reinforcement Learning
52
52
:description: Implementation of the Proximal Policy Optimization (PPO) algorithm with multi-GPU support
53
53
:button_link: https://github.com/Lightning-AI/lightning/blob/master/examples/fabric/reinforcement_learning
54
54
:col_css: col-md-4
55
- :height: 150
55
+ :height: 200
56
56
:tag: intermediate
57
57
58
58
.. displayitem ::
59
59
:header: K-Fold Cross Validation
60
60
:description: Cross validation helps you estimate the generalization error of a model and select the best one.
61
61
:button_link: https://github.com/Lightning-AI/lightning/tree/master/examples/fabric/kfold_cv
62
62
:col_css: col-md-4
63
- :height: 150
63
+ :height: 200
64
64
:tag: intermediate
65
65
66
66
.. displayitem ::
67
67
:header: Active Learning
68
68
:description: Coming soon
69
69
:col_css: col-md-4
70
- :height: 150
70
+ :height: 200
71
71
:tag: intermediate
72
72
73
73
You can’t perform that action at this time.
0 commit comments