New features
- `CLSToken` (old name: "AppendCLSToken"): add `expand` method for easy construction of batches of [CLS]-tokens
Bug fixes
- `FTTransformer`: the `make_baseline` method now properly constructs an instance
API changes
- `FTTransformer`: the `ffn_d_intermidiate` argument was renamed to a more conventional `ffn_d_hidden`
- `FTTransformer`: the `normalization` argument was split into three arguments: `attention_normalization`, `ffn_normalization`, `head_normalization`
- `ResNet`: the `d_intermidiate` argument was renamed to a more conventional `d_hidden`
- `AppendCLSToken`: renamed to `CLSToken`
Documentation improvements
- `CLSToken`
- `MLP.make_baseline`
Project
- add tests with CUDA
- remove the `.vscode` directory from the repository