GithubHelp home page GithubHelp logo

Comments (5)

fmamberti-wandb avatar fmamberti-wandb commented on June 18, 2024

Hi @xolovezari, thank you for reaching out with your question.

I see you are setting wandb.init(entity='zahra-akhb', project='lav_eval').
May I check if zahra-akhb is your W&B username? If not, you may want to change entity='zahra-akhb' to entity='<username>' so that you will be logging data on your W&B personal entity.

If this doesn't work, would you mind sharing some additional information to help us troubleshoot this:

  • What version of the SDK do you currently have installed?
  • Is the code from github you are trying to run from a public repo? If so, could you share the link?
  • You should be able to find the debug.log and debug-internal.log files in ./wanbd/run-date_time-runid/logs folder. Could you share these with us?

Kind regards,
Francesco

from wandb.

xolovezari avatar xolovezari commented on June 18, 2024

Hi @fmamberti-wandb, Thanks for your answering.
yes 'zahra-akhb' is my username.

  • My SDK version is : Cuda compilation tools, release 12.0, V12.0.140
    Build cuda_12.0.r12.0/compiler.32267302_0

  • Yes, the code is public and this is the link of that: https://github.com/dotchen/LAV.git

  • I checked the wandb folder and there are lots of folder with this format :./wanbd/run-date_time-runid/logs.

  • So I just oppened the first one and here is the requiered files:

debug-internal.log
debug.log

Thanks again for your response and help.
Zahra

from wandb.

fmamberti-wandb avatar fmamberti-wandb commented on June 18, 2024

Hi @xolovezari, thank you for sending these.

Can you try the following steps:

  • Delete the /home/missakhbariun/.netrc file
  • Try running the command wandb login --cloud --relogin. Copy and paste the api key from the https://wandb.ai/authorize page you should be redirected to
  • Try running a minimal script to confirm you are successfully logged in with your W&B account on the W&B cloud:
import wandb

run = wandb.init(project="test-wandb")

for i in range(10):
    run.log({"metric": i})

If this is successful, try running again the code from the github repo.

from wandb.

fmamberti-wandb avatar fmamberti-wandb commented on June 18, 2024

Hi @xolovezari, I wanted to follow up on this request. Please let us know if we can be of further assistance or if your issue has been resolved.

from wandb.

fmamberti-wandb avatar fmamberti-wandb commented on June 18, 2024

Hi @xolovezari, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

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.