Skip to content

Commit

Permalink
Merge pull request #144 from DerThorsten/fix_cp_genie
Browse files Browse the repository at this point in the history
CpGenie test:
  • Loading branch information
DerThorsten authored Feb 27, 2019
2 parents f75c482 + 32a3a81 commit 6695dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CpGenie/merged/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies:
conda:
- python=3.5
- h5py
pip:
- tensorflow
- tensorflow>=1.10.0
- keras==1.2.2
schema:
inputs:
Expand All @@ -65,3 +64,4 @@ test:
expect:
url: https://s3.eu-central-1.amazonaws.com/kipoi-models/predictions/14f9bf4b49e21c7b31e8f6d6b9fc69ed88e25f43/CpGenie/merged/predictions.h5
md5: bb751d2d68b0675d2bc55a435d12c9ed
precision_decimal: 5
4 changes: 1 addition & 3 deletions CpGenie/model-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ default_dataloader:
dummy_axis: 1
dependencies:
conda:
- python=3.5
- h5py
pip:
- tensorflow>=1.12.0
- tensorflow>=1.10.0
- keras==1.2.2
schema:
inputs:
Expand Down

0 comments on commit 6695dd5

Please sign in to comment.