Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Pandey committed Nov 30, 2023
1 parent 349a5ff commit a08d4c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Vision transformers (ViTs) are top-performing models on many computer vision ben


## Environment Set Up
The proposed model in this paper is primarily implemented using <a href='https://lightning.ai/docs/pytorch/stable/'> PyTorch Lightning</a> and <a href="https://pytorch.org/"> Pytorch </a>. All the dependencies are listed in the <i><u>requirements.txt</u></i> file.

```python
pip install -r requirements.txt
```

## Model Training

Expand Down

0 comments on commit a08d4c3

Please sign in to comment.