This is the official repository containing all details and code related to the project currently in progress, which is benchmarking KAN-based Vision Transformers versus the vanilla Vision Transformers from this paper.
For conda:
$ conda create -n <env_name>
For virtualenv:
$ python -m venv <env_name>
where env_name
will be the name of the directory that you will use as the virtual environment.
For conda:
$ conda install --file requirements.txt
For virualenv:
$ pip install -r requirements.txt
$ python train.py
To follow these steps correctly, make sure you are in the root directory of the repository.
Control variables:
- Dataset used: MNIST
- Transformations: None
- GPU Used: Tesla P100
We give credit to all the other papers and projects that we have referenced in order to write the paper. This paper is covered by the MIT License, granting full access to using this repository for any use whatsoever.