ref: 1f7c39d7c34533d97e8aee7f21a4b84c18bd1c19
dir: /dnn/LPCNet.yml/
# # 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