vqa.pytorch icon indicating copy to clipboard operation
vqa.pytorch copied to clipboard

sysntax error in line 80

Open ghost opened this issue 5 years ago • 1 comments

runfile('F:/project/vqa.pytorch-master/demo_server.py', wdir='F:/project/vqa.pytorch-master') File "F:\project\vqa.pytorch-master\demo_server.py", line 80 visual_data = visual_data.cuda(async=True) ^ SyntaxError: invalid syntax

ghost avatar Feb 26 '20 19:02 ghost

you may have newer pytorch, it hasn't "async" option anymore

dearkafka avatar Jun 14 '20 15:06 dearkafka