Skip to content

Can nnfusion train VHR images whoes feature map in a CNN model exceeds the gpu memory? #530

@AugustineYang

Description

@AugustineYang

Hi. I'm trying to do some segmentation tasks on FCN32s on some 25000*25000 RGB RS images. In your paper of "Welder: Scheduling Deep Learning Memory Access via Tile-graph", you mentioned that your work supports handling DNN models with large input (e.g. high-resolution images). But I still get "CUDA out of memory" ERROR following the instruction How to use NNFusion Python interface for inference/training here. I guess it comes from "PTTrainer(model, loss_func, "cuda:0")". How should I set the args of the trainer to achieve the goal? Thanks for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions