Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undo styling
  • Loading branch information
dwahdany authored Mar 22, 2024
commit 418545702da03f635e5da1a6e5c0b0be9107d0d4
2 changes: 1 addition & 1 deletion opacus/utils/batch_memory_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DistributedUniformWithReplacementSampler,
UniformWithReplacementSampler,
)
yeah they have a citation link down at the bottom. I can ask Thomas if there's a paper he'd like us to cite for that analysis too
from torch.utils.data import BatchSampler, DataLoader, Sampler

class BatchSplittingSampler(Sampler[List[int]]):
"""
Expand Down