GithubHelp home page GithubHelp logo

Comments (3)

fmamberti-wandb avatar fmamberti-wandb commented on July 24, 2024

Hi @necrophagists - thank you for reaching out.

You can disable logging system information using wandb.init(settings=wandb.Settings(_disable_stats=True)) however, this will disable logging all system metrics, not only memory information.

If you don't mind providing more details on your use case for disabling logging memory information and the impact this feature would have on your workflow, we can capture the feedback and pass it to our product team for review.

from wandb.

necrophagists avatar necrophagists commented on July 24, 2024

Hi @necrophagists - thank you for reaching out.

You can disable logging system information using wandb.init(settings=wandb.Settings(_disable_stats=True)) however, this will disable logging all system metrics, not only memory information.

If you don't mind providing more details on your use case for disabling logging memory information and the impact this feature would have on your workflow, we can capture the feedback and pass it to our product team for review.

Thank you very much for your reply. I found this problem by executing LLAVA's training script by adding report_to ='wandb' to training_args in the transformers library.
Then I looked at the trainer's source code and found that it doesn't track memory and such by default (args.skip_memory_tracker=True), and it doesn't change that after setting report_to = 'wandb'. I guess the possible reason for this is that wandb has its own set of monitoring programs?

from wandb.

fmamberti-wandb avatar fmamberti-wandb commented on July 24, 2024

I guess the possible reason for this is that wandb has its own set of monitoring programs?

Yes, this is correct, wandb has its own monitoring of system resources. It can be turned off as mentioned above - however, it is not currently possible to stop reporting on memory (or other individual resources) only. Let me know if you have any further questions.

from wandb.

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.