Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jun 21, 2019
2 parents 182bd12 + 784c0b4 commit d0bf7f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CpGenie/merged/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ def read_txt(file_path):
class MergedModel(BaseModel):

def __init__(self):

from keras import backend as K
K.clear_session()

self.model_names = read_txt("models.txt")
# hard-code the path to this models
# if we'd use `source='dir'`, then the models wouldn't
Expand Down
2 changes: 1 addition & 1 deletion CpGenie/merged/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default_dataloader:
dummy_axis: 1
dependencies:
conda:
- python=3.5
- python=3.6
- h5py
- tensorflow>=1.10.0
- keras==1.2.2
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test:

dependencies:
pip:
kipoi>=0.6.9
kipoi>=0.6.16

0 comments on commit d0bf7f2

Please sign in to comment.