Skip to content

Commit

Permalink
remove ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvm committed Jan 22, 2015
1 parent a5b8290 commit 0f45d23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/bricks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,8 +1247,6 @@ def __init__(self, activations, dims, **kwargs):
if not dims:
dims = [None] * (len(activations) + 1)
self.dims = dims
if len(set(application_methods)) != len(application_methods):
import ipdb; ipdb.set_trace()
super(MLP, self).__init__(application_methods, **kwargs)

def _push_allocation_config(self):
Expand Down

0 comments on commit 0f45d23

Please sign in to comment.