Skip to content

Commit

Permalink
minor bug fix to state loading
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadmv committed Apr 27, 2016
1 parent 0e8b127 commit 24f7ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deepx/node/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ def copy(self, **kwargs):
return Data(self.data, shape=self.get_shape_out(), sequence=self.sequence, batch_size=self.batch_size,
sequence_length=self.sequence_length)

def set_state(self, state):
pass

def is_sequence(self):
return self.sequence

0 comments on commit 24f7ca7

Please sign in to comment.