Skip to content

Commit 0948474

Browse files
authored
Update fwd.py
1 parent 8589b7a commit 0948474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorchfwd/fwd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _save_packets(
187187

188188
def main():
189189
"""Compute FWD given paths."""
190-
global NUM_PROCESSES, IMAGE_EXTS
190+
global NUM_PROCESSES
191191

192192
th.manual_seed(0)
193193
args = _parse_args()

0 commit comments

Comments
 (0)