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

AttributeError: module 'dnnlib' has no attribute 'SubmitConfig' #14

Open
Young-people opened this issue Jan 14, 2021 · 1 comment
Open

Comments

@Young-people
Copy link

!python run_training.py --num-gpus=1 --data-dir=./dataset --config=config-f --dataset=lex --mirror-augment=true --metric=none --total-kimg=10000

Traceback (most recent call last):
File "run_training.py", line 230, in
main()
File "run_training.py", line 225, in main
run(**vars(args))
File "run_training.py", line 46, in run
sc = dnnlib.SubmitConfig() # Options for dnnlib.submit_run().
AttributeError: module 'dnnlib' has no attribute 'SubmitConfig'

image

@dubhestardust
Copy link

There are errors in this version

Try a previous version, such as 90d5482

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

2 participants