Skip to content

Commit

Permalink
bug fix with input layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 10, 2017
1 parent 86b9379 commit 3d2ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def _add_input_layer(self, id, options, verbose = 2):
else:
datastream_id = '-1' # this is temp datastream will initialize a new id.
if not datastream_id in self.datastream.keys():
self.add_datastream(dataset_params = dataset_params, verbose = 2)
self._add_datastream(dataset_params = dataset_params, verbose = 2)
if verbose >= 3:
print "... Created a new datastream module also"
else:
Expand Down

0 comments on commit 3d2ca0b

Please sign in to comment.