Direct Conda Environment Configuration - kristinbranson/APT GitHub Wiki
- Create the APT environment. Within the Anaconda terminal, type:
conda create --name APT
- Activate the APT environment. Within the Anaconda terminal, type:
conda activate APT
- Install dependencies. Within the Anaconda terminal, type:
conda install -c anaconda tensorflow-gpu=1.13.1 keras=2.2.4
conda install -c conda-forge opencv=3.4.4 hdf5storage=0.1.15 imageio=2.5.0 scikit-image=0.15.0 matplotlib=3.0.3 future=0.17.1 easydict=1.9