1
0
2025-01-04 00:28:28 +08:00
2025-01-04 00:28:28 +08:00
2024-10-05 22:43:47 +08:00
2024-06-07 02:27:57 +08:00
2024-05-26 02:08:22 +08:00
2024-10-05 22:43:47 +08:00
2024-12-28 12:50:41 +08:00
2025-01-04 00:28:28 +08:00
2024-12-28 12:50:41 +08:00
2024-12-28 12:50:41 +08:00
2024-06-15 03:38:29 +08:00
2024-05-23 20:43:52 +08:00
2025-01-04 00:28:28 +08:00
2025-01-04 00:28:28 +08:00

pytorch study

BASE ENV

conda create -n pt python=3.10 -y

conda activate pt

MAC

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

pip install -r requirements.txt

linux

conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

pip install -r requirements.txt

Jupyter

# env
pip install jupyter
jupyter notebook

tensorflow

python

# win and linux
pip install tensorflow
#mac apple silicon
pip install tensorflow-macos
pip install tensorflow-metal

c++

Description
No description provided
Readme 6.7 MiB
Languages
Jupyter Notebook 98.7%
Python 1.3%