Skip to content

Commit

Permalink
Merge pull request #248 from Mark-ZhouWX/yolox
Browse files Browse the repository at this point in the history
fix OOM of run_eval mode
  • Loading branch information
CaitinZhao authored Nov 24, 2023
2 parents 54c3bcb + 66385f9 commit 0983315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def train(args):
rank_size=args.rank_size,
shuffle=False,
drop_remainder=False,
num_parallel_workers=args.data.num_parallel_workers,
num_parallel_workers=1,
python_multiprocessing=True,
)
else:
Expand Down

0 comments on commit 0983315

Please sign in to comment.