250315
This commit is contained in:
15
README.md
15
README.md
@@ -20,7 +20,7 @@ pip install -r requirements.txt
|
||||
|
||||
## linux
|
||||
```shell
|
||||
conda create -n ail-tf python=3.9 -y
|
||||
conda create -n ail-tf python=3.10 -y
|
||||
conda create -n ail-pt python=3.10 -y
|
||||
|
||||
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
|
||||
@@ -30,6 +30,19 @@ pip install tensorflow
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## windows
|
||||
```shell
|
||||
conda create -n ail-tf python=3.9 -y
|
||||
conda create -n ail-pt python=3.9 -y
|
||||
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
|
||||
|
||||
# tf需要安装 CUDA 和 cuDNN
|
||||
conda install cudatoolkit=11.8 cudnn=8.9 -c nvidia -y
|
||||
|
||||
pip install tensorflow
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## 安装graphviz - 绘制模型图
|
||||
```shell
|
||||
brew install graphviz
|
||||
|
||||
Reference in New Issue
Block a user