From 445316045e7a498b9276b381d830774d3203d11a Mon Sep 17 00:00:00 2001 From: Haimasree Date: Fri, 12 Mar 2021 13:36:16 +0100 Subject: [PATCH] Freezing deepmel dependencies --- DeepMEL/DeepMEL/model.yaml | 8 ++++---- DeepMEL/DeepMEL2/model.yaml | 10 +++++----- DeepMEL/DeepMEL2_GABPA/model.yaml | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/DeepMEL/DeepMEL/model.yaml b/DeepMEL/DeepMEL/model.yaml index 8aa5e7d8d..4aea4bf45 100644 --- a/DeepMEL/DeepMEL/model.yaml +++ b/DeepMEL/DeepMEL/model.yaml @@ -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: diff --git a/DeepMEL/DeepMEL2/model.yaml b/DeepMEL/DeepMEL2/model.yaml index 1b0e382db..9886e6f0c 100644 --- a/DeepMEL/DeepMEL2/model.yaml +++ b/DeepMEL/DeepMEL2/model.yaml @@ -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) diff --git a/DeepMEL/DeepMEL2_GABPA/model.yaml b/DeepMEL/DeepMEL2_GABPA/model.yaml index f5863ee43..840a88bb4 100644 --- a/DeepMEL/DeepMEL2_GABPA/model.yaml +++ b/DeepMEL/DeepMEL2_GABPA/model.yaml @@ -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)