Skip to content

Commit

Permalink
Fix import of convolution in thinc.neural
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 4, 2017
1 parent cb323a0 commit 6e66230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinc/neural/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#from ._classes.embed import HashEmbed

#from .pooling import Pooling, mean_pool, max_pool
#from ._classes.convolution import ExtractWindow
from ._classes.convolution import ExtractWindow
#from ._classes.batchnorm import BatchNorm
#from ._classes.difference import Siamese

0 comments on commit 6e66230

Please sign in to comment.