Skip to content

Commit

Permalink
Freezing deepmel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Mar 12, 2021
1 parent 2ed1f3f commit 4453160
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions DeepMEL/DeepMEL/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ info:
dependencies:
conda: # install via conda
- python=3.6
- h5py==2.10.0

- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- keras>=2.2.4
- tensorflow>=1.14.0
- keras==2.4.3
- tensorflow==2.3.1

schema:
inputs:
Expand Down
10 changes: 5 additions & 5 deletions DeepMEL/DeepMEL2/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ info:
dependencies:
conda: # install via conda
- python=3.6
- h5py==2.10.0

- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- keras>=2.2.4
- tensorflow>=1.14.0

- keras==2.4.3
- tensorflow==2.3.1
schema:
inputs:
- shape: (500, 4)
Expand Down
10 changes: 5 additions & 5 deletions DeepMEL/DeepMEL2_GABPA/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ info:
dependencies:
conda: # install via conda
- python=3.6
- h5py==2.10.0

- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- keras>=2.2.4
- tensorflow>=1.14.0

- keras==2.4.3
- tensorflow==2.3.1
schema:
inputs:
- shape: (500, 4)
Expand Down

0 comments on commit 4453160

Please sign in to comment.