This repo is for practicing deep learning and generative AI. It basically covers the popular deep learning models in CV, NLP, genAI etc. The goal of this repo is to provide a comprehensive and practical understanding of deep learning and generative AI. The repo is structured in such a way that it covers the following topics:
The above list did not include all revolutionary works, like GAN, diffusion model are not included. I am on my way of hands on practicing and would keep adding them later.
All models are coded using pytorch and lighting, we also tried tuning hyperparameters using ray tune. Users who have interest may refer to the README.md in each model folder for more details.
The repo is structured in such a way that each model is in a separate folder. Users can directly go to the folder of interest and run the code. The code is well documented and easy to understand. Users can also refer to the README.md in each model folder for more details.
cd path/to/your/workspace
git clone https://github.com/Bingzw/DL_genAI_practicing.git
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd path/to/model/folder
python train.py