Giter Club home page Giter Club logo

Comments (4)

vuhongai avatar vuhongai commented on July 28, 2024 1

I do have the same problem when I try to allocate 32G of data in 2 A30 GPUs (with 24GB each), either using both GPUs or single one. So I get around by using CPU instead, although it's certainly slower.
You can put at the very beginning of your code:
import jax
jax.config.update('jax_platform_name', 'cpu')

from colabdesign.

bethleegy avatar bethleegy commented on July 28, 2024

Thank you! I tried that (I also have Colab pro) but it now says "Your session crashed after using all available RAM." Is the only workaround this to purchase more RAM through Colab?

from colabdesign.

sokrypton avatar sokrypton commented on July 28, 2024

Unfortunately... Unless you get a GPU with larger amounts of memory, there isn't an easy to reduce memory usage :(

We tried implementating crops during design, but this didn't work too well.

Final option would be to use "design_semigreedy" or "_design_mcmc" (the later might be broken, it was something I implemented but haven't tested yet). This does not backprop through the model (which requires 2X more memory).

from colabdesign.

vuhongai avatar vuhongai commented on July 28, 2024

@sokrypton I think you can use partial hallucination with template to crop the target protein, then use the resulting protein to design binder by providing hotspots away from hallucinated regions. Although it needs to set template=True in all steps.

from colabdesign.

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.