Skip to content

CUDA out of memory when updating masks #23

Description

@Dexter1066

Hello, I get CUDA out of memory error during mask updating stages when I was training with my own dataset.

This error always occurs when first executing update_gt_mask function, in train.py, line 129, pred = net.forward(img). Before that, the training process is normal.

I am using RTX 4090 and all configurations are the same with the default ones.

Could the problem arise from my dataset and how can I avoid this problem?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions