Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LPCNet.yml « dnn - gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a7266572907b65961b3e2bc6187d7aaac68f45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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