Giter Club home page Giter Club logo

Comments (1)

tobias-kirschstein avatar tobias-kirschstein commented on May 29, 2024

Hi,

thanks for your interest in NeRSemble.
The GPU requirements are listed in the README:

  • RTX A6000 GPU (48GB)
    The biggest screw to get VRAM consumption down is probably the --n_hash_encodings flag because it controls the number of hash grids that are used. The default is 32 which we used for our results, but as we show in the paper, using 16 only slightly worsens the result, but it might almost half the required VRAM.

Regarding RAM requirements, it can go up to 200G but this is just due to caching in the dataloader (for speed reasons). If you don't have RAM lying around, you can easily reduce the caching. Per default, it caches 10k train samples, but you can turn that number down as much as you want. I added the --max_cached_images option to the train script for that. Thanks for the hint.

To exactly reproduce the paper results with the same architecture on a 24G GPU, your only chance currently would be to set the --max_n_samples_per_batch to a low value which will reduce the memory consumption of forward/backward passes, but make it quite slow. However, in the README you can also find official metrics as well as trained models which might be enough for your use-case?

Best,
Tobias

from nersemble.

Related Issues (7)

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.