Skip to content

Commit

Permalink
changing all model.yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed May 31, 2021
1 parent 2ee8e57 commit 6986e75
Show file tree
Hide file tree
Showing 30 changed files with 234 additions and 204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Loading

0 comments on commit 6986e75

Please sign in to comment.