exposure icon indicating copy to clipboard operation
exposure copied to clipboard

Error while importing Util

Open saikrishna232 opened this issue 3 years ago • 3 comments

(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

saikrishna232 avatar Oct 22 '21 06:10 saikrishna232

I got the same problem..

nman76 avatar Jan 04 '22 18:01 nman76

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

hanjiacheng avatar Apr 23 '22 13:04 hanjiacheng

信已收到,谢谢!我会尽快回复。                林焕

seeyourcell avatar Apr 23 '22 13:04 seeyourcell