Page MenuHomec4science

create_conda_env.sh
No OneTemporary

File Metadata

Created
Wed, Jun 12, 17:12

create_conda_env.sh

#!/bin/sh
# Installing eddl dependencies trough conda
conda create -y -n eddl tensorflow=1.14 tensorflow-gpu=1.14 keras=2.2.4 keras-gpu=2.2.4 matplotlib numpy pandas scikit-learn scipy pybind11 pytest eigen
#conda activate eddl

Event Timeline