shithub: opus

ref: f4ee2925f65c0cf73f0f5bb80b915181675f474c
dir: /dnn/LPCNet.yml/

View raw version
#
# 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