-
- Downloads
data loading: fix a bug in choosing the data sampler
_get_sampler returned None if fixed_subset == False. This was caused by a wrong indentation level such that the case of fixed_subset == False was not handled leading to _get_sampler returning None. The bug was introduced yesterday, in commit eb4da48b
Please register or sign in to comment