Skip to content

In this repo I will implement from scratch different papers and models for the sake of exploration and knowledge :)

Notifications You must be signed in to change notification settings

python-arch/Research-Papers-Implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Models and Papers Exploration

The goal of this repository is to explore and implement cutting-edge models and papers from scratch. This allows me to understand the nuances of each model, while also giving others an opportunity to follow along and learn. Each implementation includes detailed comments, explanations, and test scripts to demonstrate the models' performance.

Implemented Models

Here’s a list of the models and papers implemented so far:

  1. Vision Transformer (ViT)

Used Setup

For all of these experiments I have trained / tested the models using Nvidia RTX 4090 GPU. The logs of the training and/or testing are omitted from this repository.

How to Use

To run any of the implemented models, follow the instructions in each model's respective folder. Here's a basic workflow:

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
    
  2. You will find the main.py which you can run directly after seting up your conda/venv environment

About

In this repo I will implement from scratch different papers and models for the sake of exploration and knowledge :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published