Skip to content

Commit 2139eb3

Browse files
xnorpxjmvalin
authored andcommitted
Add conda env file with working tensorflow and keras version for LPCNet
1 parent 4f0247b commit 2139eb3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

LPCNet.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#
2+
# install
3+
# conda env create -f=LPCNet.yml
4+
#
5+
# update
6+
# conda env update -f=LPCNet.yml
7+
#
8+
# activate
9+
# conda activate LPCNet
10+
#
11+
# remove
12+
# conda remove --name LPCNet --all
13+
#
14+
name: LPCNet
15+
channels:
16+
- anaconda
17+
- conda-forge
18+
dependencies:
19+
- keras==2.2.4
20+
- python>=3.6
21+
- tensorflow-gpu==1.12.0
22+
- cudatoolkit
23+
- h5py
24+
- numpy

0 commit comments

Comments
 (0)