add some code
This commit is contained in:
24
managed_components/78__esp-opus/dnn/LPCNet.yml
Normal file
24
managed_components/78__esp-opus/dnn/LPCNet.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user