xuwenhao / geektime-ai-course

Jupyter Notebooks for Geektime AI Course
MIT License
767 stars 278 forks source link

Geektime AI Course

简体中文

Preautions

Using GPU

Course

Purchase Link

Large data files

Baidu Disks 提取码: jvr4

Environment setup

For old versions

conda create -n geektime python=3.10
conda activate geektime
conda env update --file conda-env.yml

Or you could use pip as well

pip install -r requirements.txt