Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-learning code for Generative AI

Follow the lecture of Prof. Wu Yi on BiliBili清华交叉信息院吴翼主讲-蚂蚁深度学习公开课, I am leanring foundamentals of Generative AI by coding some important algorithms.

During the learning, I use ChatGPT or DeepSeek to do the code refactoring. ChatGPT 4.1 is powerfull.

git clone https://github.com/DrChiZhang/GenerativeAI.git
cd GenerativeAI 
mkdir checkpoints

conda create -n ml-learning python=3.10
conda activate ml-learning

#CUDA12.1 as default
conda install pytorch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 pytorch-cuda=12.1 -c pytorch -c nvidia
python -c "import torch; print(torch.__version__)"

pip install -U matplotlib

# mkdir chpt
```c

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages