FunctionLab / selene

a framework for training sequence-level deep learning networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiSampler missing test sampler in iterators

kathyxchen opened this issue · comments

I'll fix this bug in my next PR, noticed self._iterators is not updated when test_sampler is not None. https://github.com/FunctionLab/selene/blob/master/selene_sdk/samplers/multi_sampler.py#L115