Views
No views yet
| Model Version | Description |
|---|---|
| Animator2D-v1 | The first full version developed in this project, utilizing a structured training approach with BERT for text encoding and a convolutional generator for sprite creation. |
| Animator2D-mini-10e | A simplified version trained with only 10 epochs, batch size of 8, learning rate of 1e-4, and image size of 64x64. |
| Animator2D-mini-100e | An extension of the mini-10e version, trained for 100 epochs for improved performance. |
| Animator2D-mini-250e | A more refined version with 250 epochs, batch size increased to 16, learning rate of 2e-4, and image resolution of 128x128. |
| Animator2D-v2 (In Development) | A new version being built from scratch with an entirely redesigned training process, aiming for better animation quality and efficiency. |