fix Standard Transformer naming in readme
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This repository contains pre-trained weights for the following models, as descri
|
|
| 19 |
|
| 20 |
* **TempVerseFormer (Rev-Transformer):** The core Reversible Temporal Transformer architecture, leveraging reversible blocks and time-agnostic backpropagation for memory efficiency.
|
| 21 |
* **TempFormer (Vanilla-Transformer):** A standard Vanilla Transformer architecture with temporal chaining, serving as a baseline to compare against TempVerseFormer.
|
| 22 |
-
* **Standard Transformer (Pipe-Transformer):**
|
| 23 |
* **LSTM:** A Long Short-Term Memory network, representing a traditional recurrent sequence modeling approach.
|
| 24 |
* **VAE Models:** Variational Autoencoder (VAE) models used for encoding and decoding images to and from a latent space:
|
| 25 |
* **Vanilla VAE:** Standard VAE architecture.
|
|
|
|
| 19 |
|
| 20 |
* **TempVerseFormer (Rev-Transformer):** The core Reversible Temporal Transformer architecture, leveraging reversible blocks and time-agnostic backpropagation for memory efficiency.
|
| 21 |
* **TempFormer (Vanilla-Transformer):** A standard Vanilla Transformer architecture with temporal chaining, serving as a baseline to compare against TempVerseFormer.
|
| 22 |
+
* **Standard Transformer (Pipe-Transformer):** A standard Transformer model that predicts only one next element at once.
|
| 23 |
* **LSTM:** A Long Short-Term Memory network, representing a traditional recurrent sequence modeling approach.
|
| 24 |
* **VAE Models:** Variational Autoencoder (VAE) models used for encoding and decoding images to and from a latent space:
|
| 25 |
* **Vanilla VAE:** Standard VAE architecture.
|