-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
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.
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.
We printed the sizes of the two tensors and found that they are the same size at the point where the error occurs.
Do you have any advice on how to fix these issues?
Metadata
Metadata
Assignees
Labels
No labels