Replies: 1 comment
-
Sorry for the noob question. It appears for training I can use: for validation I can at least limit the number of detection per image with the below |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large dataset and would like to limit the number of batches in the train and validation loops.
frameworks such as pytorch-lightning have arguments for this (i.e limit_val_btaches
How would I go about implementing this with detectron2?
Beta Was this translation helpful? Give feedback.
All reactions