You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
!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'
The text was updated successfully, but these errors were encountered: