Troubleshooting

GPU issues

If you do not have a GPU on your system, or your GPU drivers are out of date and incompatible with the latest version of PyTorch, you can switch to CPU computation with:

The no-cuda flag moves all PyTorch computation from the GPU to the CPU.

If you want to use the GPU, but the GPU drivers are out of date, you can check if there is a PyTorch version for your drivers on the PyTorch website. You will need to update the setup_environment.sh script with the appropriate installation command.

Unclean Working Environment

If you have made changes to the code, or otherwise have data inside the DeepDIVA folder such that it is not a clean working environment, you can choose to ignore the git status with:

The ignoregit flag causes DeepDIVA to ignore the git status.