When I try to train the generator, the error appears as below:
Traceback (most recent call last):
File "train.py", line 11, in
import dnnlib
File "/stylegan/dnnlib/init.py", line 20
submit_config: SubmitConfig = None # Package level variable for SubmitConfig which is only valid when inside the run function.
^
SyntaxError: invalid syntax
When I try to train the generator, the error appears as below:
Traceback (most recent call last): File "train.py", line 11, in
import dnnlib
File "/stylegan/dnnlib/init.py", line 20
submit_config: SubmitConfig = None # Package level variable for SubmitConfig which is only valid when inside the run function.
^
SyntaxError: invalid syntax
Could you give me some advice?