1
0
2025-01-11 13:56:41 +08:00
2025-01-11 13:56:41 +08:00
2025-01-11 13:56:41 +08:00
2025-01-04 18:14:57 +08:00
2024-12-28 12:50:41 +08:00
2025-01-11 13:56:41 +08:00
2025-01-11 13:56:41 +08:00
2025-01-11 13:56:41 +08:00
2025-01-11 13:56:41 +08:00

AI-Learning

BASE ENV

MAC

conda create -n ail python=3.10 -y
conda activate ail
# 安装 pytorch v1.12版本已经正式支持了用于mac m1芯片gpu加速的mps后端
conda install pytorch::pytorch torchvision torchaudio -c pytorch -y

# tensorflow mac apple silicon
pip install tensorflow-macos
pip install tensorflow-metal

pip install -r requirements.txt

linux

conda create -n ail-tf python=3.9 -y
conda create -n ail-pt python=3.10 -y

conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
# tensorflow 需要cudnn支持
pip install tensorflow

pip install -r requirements.txt
Description
No description provided
Readme 6.7 MiB
Languages
Jupyter Notebook 98.7%
Python 1.3%