-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the beginning of training, the GPU memory occupied was very large. #3596
Comments
Could you provide your training config and command? I will have a try. |
I modified the neck network and adding some convolutions to FPN. Other configurations are the same as FCOS. base = [ model settingsfind_unused_parameters=True training and testing settingstrain_cfg = dict( dataset settingsdataset_type = 'VOCDataset' data = dict( optimizeroptimizer = dict(type='SGD',lr=0.002, momentum=0.9, weight_decay=0.0001, learning policysslr_config = dict(policy='step', runtime settingtotal_epochs = 36 |
At the beginning of training, the GPU memory occupied was very large, 10G, and it became 7G when the training was stable, which made me unable to set a larger batch. Is there any solution? My GPU's memory is 11G.
The text was updated successfully, but these errors were encountered: