Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 435 Bytes

temporal_ViT

This is the development of a temporal ViT using the MNIST dataset.

Setting up the environment

To set up the environment, you can use the following command:

source environments/setup_envs.sh

The analysis

We download and process the MNIST dataset. This involves performing a sliding rolling window over the images to create a temporal dataset. We will then train a temporal ViT model on this dataset.