-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssertionError: Please setup wandb user! #46
Comments
I'm not sure how to fix such problem , could you give me any advice? |
Hi @anidealeft Happy to help here. To solve this problem you would have to follow the procedure here: https://github.com/nv-tlabs/NKSR#reproducing-results-from-the-paper. Specifically, you should copy the default yaml file and modify the related paths:
and modify the contents of |
Hello, |
hello, when I try to run the code with default setting, such error occurs to me:
09-24 19:46:13 (train.py:67) [INFO] Intelligent GPU selection: 0
Traceback (most recent call last):
File "/media/root/3b729387-09c6-4bf2-a4a8-814e4d28f231/NKSR/NKSR-public/NKSR-public/train.py", line 199, in
assert len(zeus.config.wandb.user) > 0, "Please setup wandb user!"
AssertionError: Please setup wandb user!
here is the cutting
how to fix it? could you please help me?
The text was updated successfully, but these errors were encountered: