Faster training with augmentations in the loop #4085
Unanswered
ishank-juneja
asked this question in
Q&A
Replies: 0 comments
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.
-
Earlier when I tried training my segmentation with MaskRCNN without any augmentations I had a training time of about 30 minutes.
Now when I have added augmentations to my training loop, I am seeing a reduced training time of about 20 minutes for the same config which is very confusing to me since the augmentations involve loading data from disk which I thought would have slowed down the training loop by some amount and certainly not speed it up.
To be clear the only thing I am changing between the 2 runs is one line in my
build_train_loader
which goes from,to,
I suspect this is because of a bug somewhere but wanted to check here
Beta Was this translation helpful? Give feedback.
All reactions