Skip to content

Commit

Permalink
Initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin D Smith committed Aug 29, 2018
1 parent 241e5e4 commit 1731af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlpy/Sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def compile(self):
block_num = 1

compiled_layers = []
output_layer = None

for layer in self.layers:
if layer.config['type'] == 'block':
Expand Down

0 comments on commit 1731af0

Please sign in to comment.