Skip to content

Commit

Permalink
Add #45
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantn authored Apr 21, 2023
1 parent 42a9db7 commit 0226915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ The open issues are not included here for now, just in case someone will ask fur
mv vgg16_caffe-292e1171.pth ~/.cache/torch/hub/checkpoints
```

14. **Q: How to modify the batch size? (Issue [#45](../../../issues/45))**

**A:** You can modify the `samples_per_gpu` in Line 34 of [`configs/_base_/voc0712.py`](../blob/master/configs/_base_/voc0712.py#L34).
It is the total batch size divided by the number of GPU..


## Paper Details

Expand Down

0 comments on commit 0226915

Please sign in to comment.