Skip to content

Files

Latest commit

b0d2f5f · Nov 1, 2021

History

History
This branch is 75 commits behind CSBDeep/CSBDeep:main.

extras

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