Installing TensorFlow with GPU Support for Windows in order to use CARE
# Get latest [[https://www.geforce.com/drivers|NVIDIA drivers]]
# Install Anaconda from `\\svfas6.epfl.ch\biop\public\0 - BIOP Data\0-Install\CARE`
# Download `CARE-TensorFlow-GPU.yml` locally
# Open Anaconda Prompt
# Navigate to where you copied `CARE-TensorFlow-GPU.yml`
# Update Anaconda with `conda update -n base -c defaults conda`
# Create the CARE environement with `conda env create -n care -f CARE-TensorFlow-GPU.yml`
# Activate the environement with `conda activate care`
# Clone the CARE repository with `git clone https://github.com/CSBDeep/CSBDeep.git`
# Run `jupyter notebook` and see if the examples work