Skip to content
Snippets Groups Projects
LPCNet.yml 335 B
Newer Older
#
# install
# conda env create -f=LPCNet.yml
#
# update
# conda env update -f=LPCNet.yml
#
# activate
# conda activate LPCNet
#
# remove
# conda remove --name LPCNet --all
#
name: LPCNet
channels:
  - anaconda
  - conda-forge
dependencies:
  - keras==2.2.4
  - python>=3.6
  - tensorflow-gpu==1.12.0
  - cudatoolkit
  - h5py
  - numpy