xgbj
Results
2
comments of
xgbj
Hello, I found a similar implementation online that seems to solve your problem. https://github.com/facebookresearch/vissl/blob/main/vissl/data/data_helper.py#L93 it looks like we can set_start_iter in StatefulDistributedSampler to implement the stateful resume requirement we want.
Is there any progress on this issue