Skip to content

Commit

Permalink
Merge branch 'release-1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimbacher committed Aug 14, 2020
2 parents 931ce07 + 25ecf54 commit c2966d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion layers/extracting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Extracting(Layer):
"""TODO"""

def __init__(self,
units,
Expand Down
2 changes: 0 additions & 2 deletions layers/reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Reading(Layer):
"""TODO"""

def __init__(self,
units,
Expand Down Expand Up @@ -46,7 +45,6 @@ def compute_mask(self, inputs, mask=None):


class ReadingCell(Layer):
"""TODO"""

def __init__(self,
units,
Expand Down
2 changes: 0 additions & 2 deletions layers/writing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Writing(Layer):
"""TODO"""

def __init__(self,
units,
Expand Down Expand Up @@ -42,7 +41,6 @@ def compute_mask(self, inputs, mask=None):


class WritingCell(Layer):
"""TODO"""

def __init__(self,
units,
Expand Down
1 change: 1 addition & 0 deletions utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


class MyCSVLogger(Callback):

def __init__(self, filename):
self.filename = filename

Expand Down

0 comments on commit c2966d3

Please sign in to comment.