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
(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
The text was updated successfully, but these errors were encountered:
(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
The text was updated successfully, but these errors were encountered: