... | ... | @@ -180,6 +180,23 @@ print(torch.cuda.is_available()) |
|
|
print(torch.cuda.device_count())
|
|
|
```
|
|
|
|
|
|
## Annexe 3 - Uninstall
|
|
|
|
|
|
To delete data and notebooks:
|
|
|
- delete the folder containing the datasets (fidle-datasets)
|
|
|
- delete the folder containing the notebooks (fidle ou fidle-master)
|
|
|
|
|
|
To remove the conda environment, use the following command :
|
|
|
```
|
|
|
conda deactivate
|
|
|
conda env remove --name fidle
|
|
|
```
|
|
|
|
|
|
...and think to remove your FIDLE_DATASET_DIR variable setting !
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
L'ancienne procédure est [accessible ici :-)](Using-Fidle/install%20fidle%20v1)
|
|
|
|
|
|
 |
|
|
\ No newline at end of file |