| ... | ... | @@ -132,7 +132,7 @@ With conda you can use : |
|
|
|
```bash
|
|
|
|
conda create --name fidle
|
|
|
|
conda activate fidle
|
|
|
|
conda install python=3.8 numpy scikit-learn scikit-image matplotlib pandas jupyterlab
|
|
|
|
conda install python=3.8 numpy=1.19 scikit-learn scikit-image matplotlib pandas jupyterlab
|
|
|
|
conda install tensorflow=2.2
|
|
|
|
conda install -c pytorch pytorch-cpu torchvision
|
|
|
|
```
|
| ... | ... | @@ -140,7 +140,7 @@ conda install -c pytorch pytorch-cpu torchvision |
|
|
|
```bash
|
|
|
|
conda create --name fidle
|
|
|
|
conda activate fidle
|
|
|
|
conda install python=3.8 numpy scikit-learn scikit-image matplotlib pandas jupyterlab
|
|
|
|
conda install python=3.8 numpy=1.19 scikit-learn scikit-image matplotlib pandas jupyterlab
|
|
|
|
conda install tensorflow-gpu=2.2
|
|
|
|
conda install -c pytorch pytorch=1.7.1=py3.8_cuda10.1.243_cudnn7.6.3_0 torchvision
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |