Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 872 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 872 Bytes

Extra resources

  • Denoising/Upsampling 2D example colab notebook

Conda environment

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