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

Error while importing Util #56

Open
saikrishna232 opened this issue Oct 22, 2021 · 3 comments
Open

Error while importing Util #56

saikrishna232 opened this issue Oct 22, 2021 · 3 comments

Comments

@saikrishna232
Copy link

(temp) C:\Users\IM-LP-1453\exposure>python evaluate.py example pretrained models/sample_inputs/*.tif
Traceback (most recent call last):
File "evaluate.py", line 4, in
from net import GAN
File "C:\Users\IM-LP-1453\exposure\net.py", line 1, in
from util import STATE_DROPOUT_BEGIN, STATE_REWARD_DIM, STATE_STEP_DIM, STATE_STOPPED_DIM
File "C:\Users\IM-LP-1453\exposure\util.py", line 658
async = AsyncTaskManager(task)
^
SyntaxError: invalid syntax

@nman76
Copy link

nman76 commented Jan 4, 2022

I got the same problem..

@hanjiacheng
Copy link

‘async’ is python reserved fields,rename it can work.

@seeyourcell
Copy link

seeyourcell commented Apr 23, 2022 via email

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

4 participants