Expand description
Examples from Chapter 4
Modules§
- addons
- Auxiliary module for examples::ch04
Structs§
- EG01
- Getting logits with
DummyGPTModel
- EG02
- Manual computation of layer normalization
- EG03
- Example usage of
LayerNorm
- EG04
- Example usage of
FeedForward
Module. - EG05
- Comparison of gradients with and without shortcut connections
- EG06
- Example usage of
TransformerBlock
- EG07
- Example usage of
GPTModel
- EG08
- Example usage of
generate_text_simple