If you use Miniconda or Anaconda and have a CUDA-compatible GPU, you can install an environment with csbdeep
via the provided environment file(s).
-
Python 3.7 and TensorFlow 2.3:
$ conda env create -f https://raw.githubusercontent.com/CSBDeep/CSBDeep/master/extras/environment-gpu-py3.7-tf2.3.yml
-
Python 3.8 and TensorFlow 2.4:
$ conda env create -f https://raw.githubusercontent.com/CSBDeep/CSBDeep/master/extras/environment-gpu-py3.8-tf2.4.yml