SparseVectorDataset.duplicate should not hard code itself
Opened this issue · 0 comments
eugene-yang commented
https://github.com/eugene-yang/tarexp/blob/main/tarexp/dataset.py#L254
It really should be using self.__class__(...)
Opened this issue · 0 comments
https://github.com/eugene-yang/tarexp/blob/main/tarexp/dataset.py#L254
It really should be using self.__class__(...)