Skip to content

Errors when trying to predict after training #180

@SirishNutakki

Description

@SirishNutakki

We successfully trained a model on an 11gb graphics card, but when trying to run predictions, we ran into a CUDA out of memory error.
Screen Shot 2021-07-29 at 1 04 46 PM

We then tried cropping the images to try to fix this error. We tried predicting with the original model and a new model trained on the cropped images but ran into an error stating that the size of the two tensors in fnet_nn_3d_params.py line 75 don't match.
image

We printed the sizes of the two tensors and found that they are the same size at the point where the error occurs.
image

Do you have any advice on how to fix these issues?

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