Giter Site home page Giter Site logo

GPU memory leak about torchsample HOT 5 CLOSED

ncullen93 avatar ncullen93 commented on July 20, 2024
GPU memory leak

from torchsample.

Comments (5)

benwu232 avatar benwu232 commented on July 20, 2024

I met similar problem while using predict_loader. Still debugging.

from torchsample.

arunpatala avatar arunpatala commented on July 20, 2024

I have defaulted the tensor to Cuda. Changing that seems to have fixed the issue

from torchsample.

ncullen93 avatar ncullen93 commented on July 20, 2024

Hey sorry I've been out of town. Are you using regularizers or constraints?

from torchsample.

arunpatala avatar arunpatala commented on July 20, 2024

I think train and val are using separate memory for input variables. May be they should be merged in a single loop

from torchsample.

recastrodiaz avatar recastrodiaz commented on July 20, 2024

@ncullen93 I experienced the same issue as @arunpatala when running predict() and predict_loader() methods on large GPU datasets. A fix I found is to move all output predictions to cpu() before running torch.cats(). I have implemented this fix in one of my branches, happy to make a PR if you like the idea: https://github.com/recastrodiaz/torchsample/blob/19e80210868632597e14ba400b4ff72ac17e5697/torchsample/modules/module_trainer.py#L424

Whilst training, I have also experienced RAM Out Of Memory errors when using fit() and shuffle=True. I bypassed this issue by building a TensorDataset and a DataLoader with shuffle=True.

One option would be to make the fit() method internally call the fit_loader() function. This would avoid the need to manually create batches, and make the fit() method more flexible by allowing us to take advantage of the extra DataLoader settings such as shuffle, pin_memory, num_workers, batch_sampler, etc.

from torchsample.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.