zseder / hunvec

Sequential Tagging in NLP using neural networks
5 stars 4 forks source link

implement new get() method for dataset #21

Closed zseder closed 9 years ago

zseder commented 9 years ago

iteration.py:784: UserWarning: dataset is using the old iterator interface which is deprecated and will become officially unsupported as of July 28, 2015. The dataset should implement a get method respecting the new interface.

zseder commented 9 years ago

done in https://github.com/zseder/hunvec/commit/6a318e40fc1f2b894d0ce25936254bb722b909fc, but it's probably will be changed soon, there is an argument about it at pylearn-dev