We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2bb9 commit 09dfd48Copy full SHA for 09dfd48
opacus/data_loader.py
@@ -123,7 +123,7 @@ def _make_empty_batch(
123
f"CollateFnWithEmpty only supports batches containing torch.Tensor, "
124
f"dict (Mapping), list, or tuple types. "
125
f"If you need support for a different output type, please open an issue at "
126
- f"https://github.com/JetBrains-Research/opacus/issues or submit a PR."
+ f"https://github.com/meta-pytorch/opacus/issues or submit a PR."
127
)
128
129
0 commit comments