Skip to content
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

Open
anidealeft opened this issue Sep 24, 2023 · 4 comments
Open

AssertionError: Please setup wandb user! #46

anidealeft opened this issue Sep 24, 2023 · 4 comments

Comments

@anidealeft
Copy link

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
image

how to fix it? could you please help me?

@anidealeft
Copy link
Author

I try to set logger_type "tb" instead of "wandb" ,but another error occurs to me
5834e5a32661595df64a6012cbcde78
完整的错误信息:
[Open3D INFO] EGL headless mode enabled.
FEngine (64 bits) created at 0x66f7b1f0 (threading is enabled)
EGL(1.4)
eglCreateContext failed with EGL_BAD_MATCH
Segmentation fault (core dumped)

@anidealeft
Copy link
Author

I'm not sure how to fix such problem , could you give me any advice?

@heiwang1997
Copy link
Collaborator

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:

cp configs/default/zeus.yaml zeus_config.yaml

and modify the contents of zeus_config.yaml as needed to include your wandb account name and checkpoint/test results save directory.

@Golriz-code
Copy link

Hello,
I have the same problem!
And i did not use wandb before.
Did you solve your problem @anidealeft , could you help me with this matter?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants