Skip to content
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

GPU memory increases although input image size decreases in instance segmentation #2297

Open
eunwoosh opened this issue Jul 4, 2023 · 0 comments

Comments

@eunwoosh
Copy link
Contributor

eunwoosh commented Jul 4, 2023

Describe the bug
GPU memory increases although input image size decreases in instance segmentation.
When I trained both instance segmentation model with 700x700 input size using wgisd-5 dataset,
GPU memory usage is higher than model with default input size.
When I trained a model using coco dataset, it didn't happen.

Steps to Reproduce

  1. Train any instance segmentation models with default input size using wgisd-5 dataset.
  2. Check GPU memory usage during training.
    3.Train any instance segmentation models with 700x700 input size using wgisd-5 dataset.
  3. Check GPU memory usage during training.
  4. Compare two GPU memory usage

Environment:

  • OS: Linux Ubuntu 18.04
  • Framework version: torch 1.13.1
  • Python version: 3.10
  • OpenVINO version: 2022.3
  • CUDA/cuDNN version: 11.7
  • GPU model and memory: A100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant