Skip to content

Commit

Permalink
topology.py removed extraneous file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Aug 10, 2017
1 parent 4ec2e63 commit e966c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keras/engine/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,8 +1502,6 @@ def __init__(self, inputs, outputs, name=None):
else:
self.outputs = [outputs]

self.target_configuration = [None] * len(self.outputs)

# Check for redundancy in inputs.
if len(set(self.inputs)) != len(self.inputs):
raise ValueError('The list of inputs passed to the model '
Expand Down

0 comments on commit e966c4a

Please sign in to comment.